diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ffmpeg-0.10/libavcodec/audioconvert.pas | 2 |
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; |