|
|
@ -54,8 +54,6 @@ int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size); |
|
|
|
extern const AVCodecTag ff_codec_bmp_tags[]; |
|
|
|
extern const AVCodecTag ff_codec_bmp_tags[]; |
|
|
|
extern const AVCodecTag ff_codec_wav_tags[]; |
|
|
|
extern const AVCodecTag ff_codec_wav_tags[]; |
|
|
|
|
|
|
|
|
|
|
|
unsigned int ff_codec_get_tag(const AVCodecTag *tags, enum AVCodecID id); |
|
|
|
|
|
|
|
enum AVCodecID ff_codec_get_id(const AVCodecTag *tags, unsigned int tag); |
|
|
|
|
|
|
|
void ff_parse_specific_params(AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale); |
|
|
|
void ff_parse_specific_params(AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale); |
|
|
|
|
|
|
|
|
|
|
|
int ff_read_riff_info(AVFormatContext *s, int64_t size); |
|
|
|
int ff_read_riff_info(AVFormatContext *s, int64_t size); |
|
|
|