From c9ab30c9dc3839727066be7a8fc53c068f6d5170 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 21 Feb 2010 13:43:28 +0000 Subject: typo correction git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2133 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg/avcodec.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ffmpeg/avcodec.pas b/src/lib/ffmpeg/avcodec.pas index 77c3e187..25827043 100644 --- a/src/lib/ffmpeg/avcodec.pas +++ b/src/lib/ffmpeg/avcodec.pas @@ -3342,8 +3342,8 @@ function avcodec_get_pix_fmt(name: {const} PAnsiChar): TAVPixelFormat; cdecl; external av__codec; {$IF LIBAVCODEC_VERSION >= 52049000} // >= 52.49.0 deprecated; -{$ENDIF} -{$ENDIF} +{$IFEND} +{$IFEND} (** * Returns a value representing the fourCC code associated to the -- cgit v1.2.3