summaryrefslogtreecommitdiff
path: root/libavformat/avi.h
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-03-12 01:35:47 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-12 01:35:47 +0000
commit2e7973bbe7c8c98acb0bd9cdd828a6f8cba02e98 (patch)
tree57eea2484a6457a2bf1954ded6f354601241d1a5 /libavformat/avi.h
parent69db4e10f27abe4d3a7036d5cdb29e1f9745c7a4 (diff)
correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avi.h')
-rw-r--r--libavformat/avi.h3
1 files changed, 1 insertions, 2 deletions
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[];