diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ffmpeg/avcodec.pas | 4 |
1 files 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 |