From f00ec57305414f90c08f004c0e943b29a116de9f Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 9 Jun 2012 12:21:14 +0000 Subject: bugfix of wrong type git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2896 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.10/libavcodec/audioconvert.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3