aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/ffmpeg-0.10/libavcodec/audioconvert.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-0.10/libavcodec/audioconvert.pas b/src/lib/ffmpeg-0.10/libavcodec/audioconvert.pas
index 2d50e195..9b2877d1 100644
--- a/src/lib/ffmpeg-0.10/libavcodec/audioconvert.pas
+++ b/src/lib/ffmpeg-0.10/libavcodec/audioconvert.pas
@@ -135,6 +135,6 @@ function av_get_channel_layout_nb_channels(channel_layout: cuint64): cint;
(**
* Return default channel layout for a given number of channels.
*)
-function av_get_default_channel_layout(nb_channels: cint): cint64_t;
+function av_get_default_channel_layout(nb_channels: cint): cint64;
cdecl; external av__util;