From ead5fa2e8697074dfd991e23ebf02e21db8e4616 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 9 Jun 2012 11:24:19 +0000 Subject: bug fix of duplicate identifier git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2893 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.10/libavutil/samplefmt.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffmpeg-0.10') diff --git a/src/lib/ffmpeg-0.10/libavutil/samplefmt.pas b/src/lib/ffmpeg-0.10/libavutil/samplefmt.pas index 1ba6c5a6..80cdd71b 100644 --- a/src/lib/ffmpeg-0.10/libavutil/samplefmt.pas +++ b/src/lib/ffmpeg-0.10/libavutil/samplefmt.pas @@ -167,7 +167,7 @@ function av_samples_fill_arrays(audio_data: pointer; linesize: Pcint; * @return 0 on success or a negative error code on failure * @see av_samples_fill_arrays() *) -function av_samples_alloc(audio_data: pointer; linesize: Pcint; nb_channels: cint; +function av_samples_alloc(audio_data: pointer; linesize: Pcint; nb_channels: cint; nb_samples: cint; sample_fmt: TAVSampleFormat; align: cint): cint; cdecl; external av__util; -- cgit v1.2.3