X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Friff.h;h=ce078698c2c2833351422ca9c15f463ce22a4a27;hb=26ce266e3df8d50b0e6b3b402f2436903424c30c;hp=1bf437e06c87ca579f2b738924fdad31c252dc23;hpb=3b6e8634c3be16f6a34d9679d0d641e817f0944d;p=ffmpeg diff --git a/libavformat/riff.h b/libavformat/riff.h index 1bf437e06c8..ce078698c2c 100644 --- a/libavformat/riff.h +++ b/libavformat/riff.h @@ -45,7 +45,7 @@ void ff_end_tag(AVIOContext *pb, int64_t start); */ int ff_get_bmp_header(AVIOContext *pb, AVStream *st, unsigned *esize); -void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf); +void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf, int ignore_extradata); int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc); enum AVCodecID ff_wav_codec_get_id(unsigned int tag, int bps); int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size);