From 2e7973bbe7c8c98acb0bd9cdd828a6f8cba02e98 Mon Sep 17 00:00:00 2001 From: Roman Shaposhnik Date: Wed, 12 Mar 2003 01:35:47 +0000 Subject: correct AUDIO strf parsing patch by (Roman Shaposhnick ) Originally committed as revision 1664 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavformat/avi.h') diff --git a/libavformat/avi.h b/libavformat/avi.h index d1b5eb5789..741781d8df 100644 --- a/libavformat/avi.h +++ b/libavformat/avi.h @@ -18,8 +18,7 @@ typedef struct CodecTag { void put_bmp_header(ByteIOContext *pb, AVCodecContext *enc, const CodecTag *tags, int for_asf); int put_wav_header(ByteIOContext *pb, AVCodecContext *enc); int wav_codec_get_id(unsigned int tag, int bps); -void get_wav_header(ByteIOContext *pb, AVCodecContext *codec, - int has_extra_data); +void get_wav_header(ByteIOContext *pb, AVCodecContext *codec, int size); extern const CodecTag codec_bmp_tags[]; extern const CodecTag codec_wav_tags[]; -- cgit v1.2.3