aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.7/avcodec.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg-0.7/avcodec.pas')
-rw-r--r--src/lib/ffmpeg-0.7/avcodec.pas6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/ffmpeg-0.7/avcodec.pas b/src/lib/ffmpeg-0.7/avcodec.pas
index b2ed9fd2..6fb6a873 100644
--- a/src/lib/ffmpeg-0.7/avcodec.pas
+++ b/src/lib/ffmpeg-0.7/avcodec.pas
@@ -173,6 +173,10 @@ const
FF_API_GET_PIX_FMT_NAME = LIBAVCODEC_VERSION_MAJOR < 54;
{$endif}
+{$IF FF_API_OLD_AUDIOCONVERT}
+ {$I libavcodec/audioconvert.pas}
+{$ENDIF}
+
type
FF_INTERNALC_MEM_TYPE = cuint;
@@ -525,8 +529,6 @@ const
{$IF FF_API_OLD_AUDIOCONVERT}
-{$I libavcodec/audioconvert.pas}
-
const
{* Audio channel masks *}
CH_FRONT_LEFT = AV_CH_FRONT_LEFT;