diff options
-rw-r--r-- | src/lib/ffmpeg-0.10/libavutil/samplefmt.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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; |