wavdec: RIFX file format support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e8714f6f93
commit
00d7555f34
14 changed files with 54 additions and 28 deletions
|
@ -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[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue