X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Friff.h;h=15b07a66e0f5ff1b0cc8f98aa81f9c54c83b100d;hb=5162af67f41214edacefe05d9723e4a6d9847900;hp=e9256344f8a2a1b2c208514b57674b957362b8f7;hpb=885e74622e3f3be31aebee35540339c7652e723f;p=ffmpeg diff --git a/libavformat/riff.h b/libavformat/riff.h index e9256344f8a..15b07a66e0f 100644 --- a/libavformat/riff.h +++ b/libavformat/riff.h @@ -62,7 +62,7 @@ void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *t int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc, int flags); enum AVCodecID ff_wav_codec_get_id(unsigned int tag, int bps); -int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size); +int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size, int big_endian); extern const AVCodecTag ff_codec_bmp_tags[]; // exposed through avformat_get_riff_video_tags() extern const AVCodecTag ff_codec_wav_tags[];