aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.7/avcodec.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-04-23 16:18:07 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-04-23 16:18:07 +0000
commit79f3a57c944f72f2cc40734f347bcf020e6f5633 (patch)
tree869dc1bb563c42c8b3ed1beeeaf034e00dca5d0c /src/lib/ffmpeg-0.7/avcodec.pas
parent011198e5b6182245f05a15a8e85b7fde4c402e13 (diff)
downloadusdx-79f3a57c944f72f2cc40734f347bcf020e6f5633.tar.gz
usdx-79f3a57c944f72f2cc40734f347bcf020e6f5633.tar.xz
usdx-79f3a57c944f72f2cc40734f347bcf020e6f5633.zip
move includes to the top of the files.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2868 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-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;