X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Friff.h;h=5bac95a853b748a80e3107218dba5858ade7e1b1;hb=f890677d05bc4e8b494a73373ab4cc19791bf884;hp=f458f266e6f3544e8b4936640a46965da3129c49;hpb=971cce7ebb48a58e72e4dc57b3008e2682bcf4e7;p=ffmpeg diff --git a/libavformat/riff.h b/libavformat/riff.h index f458f266e6f..5bac95a853b 100644 --- a/libavformat/riff.h +++ b/libavformat/riff.h @@ -48,12 +48,12 @@ int ff_get_bmp_header(AVIOContext *pb, AVStream *st); void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf); 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); +int ff_get_wav_header(AVFormatContext *s, AVIOContext *pb, AVCodecContext *codec, int size); extern const AVCodecTag ff_codec_bmp_tags[]; extern const AVCodecTag ff_codec_wav_tags[]; -void ff_parse_specific_params(AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale); +void ff_parse_specific_params(AVStream *st, int *au_rate, int *au_ssize, int *au_scale); int ff_read_riff_info(AVFormatContext *s, int64_t size);