aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/avcodec.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-17 21:28:37 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-17 21:28:37 +0000
commit2a029bfc9fd228ecfe517fa039ec07c70ce2be8c (patch)
treeb5b4935f070e58f17c494ed72f41cf582dd97bf0 /src/lib/ffmpeg/avcodec.pas
parentfa95eab290da90e3a7d9f49f3be6f1fab96dbc26 (diff)
downloadusdx-2a029bfc9fd228ecfe517fa039ec07c70ce2be8c.tar.gz
usdx-2a029bfc9fd228ecfe517fa039ec07c70ce2be8c.tar.xz
usdx-2a029bfc9fd228ecfe517fa039ec07c70ce2be8c.zip
correct a completely bogus declaration.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2048 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg/avcodec.pas')
-rw-r--r--src/lib/ffmpeg/avcodec.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg/avcodec.pas b/src/lib/ffmpeg/avcodec.pas
index 1881e59b..72cbee93 100644
--- a/src/lib/ffmpeg/avcodec.pas
+++ b/src/lib/ffmpeg/avcodec.pas
@@ -488,7 +488,7 @@ const
* to be the native codec channel order.
*}
{$IF LIBAVCODEC_VERSION >= 52038001} // >= 52.38.1
- CH_LAYOUT_NATIVE = $8000000000000000LL
+ CH_LAYOUT_NATIVE = $8000000000000000;
{$IFEND}
{* Audio channel convenience macros *}
CH_LAYOUT_MONO = (CH_FRONT_CENTER);