Mercurial > libavformat.hg
diff avi.h @ 84:0068a6902911 libavformat
correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)
| author | michaelni |
|---|---|
| date | Wed, 12 Mar 2003 01:35:47 +0000 |
| parents | 05318cf2e886 |
| children | c48108fe538e |
line wrap: on
line diff
--- a/avi.h Tue Mar 11 12:09:13 2003 +0000 +++ b/avi.h Wed Mar 12 01:35:47 2003 +0000 @@ -18,8 +18,7 @@ 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[];
