diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-11-29 13:45:57 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-29 13:45:57 +0100 |
commit | 076300bf8b43d5d56a91cd2ad845d596969c87cf (patch) | |
tree | 487b8a917a0125e4cc086ccbcf575727ebb0b289 /libavformat/riff.h | |
parent | 7dc0ed80e877a16a11ba45d747723d88e8a92cd8 (diff) | |
parent | bfe5454cd238b16e7977085f880205229103eccb (diff) | |
download | ffmpeg-076300bf8b43d5d56a91cd2ad845d596969c87cf.tar.gz |
Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'
* commit 'bfe5454cd238b16e7977085f880205229103eccb':
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
lavf: move "MP3 " fourcc from riff to nut
fate: vpx: Add dependencies
fate: Fix wavpack-matroskamode test dependencies
x86: dsputilenc: port to cpuflags
Conflicts:
libavformat/internal.h
libavformat/nut.c
tests/fate/vpx.mak
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/riff.h')
-rw-r--r-- | libavformat/riff.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/riff.h b/libavformat/riff.h index 6f2eeac176..8579a953c8 100644 --- a/libavformat/riff.h +++ b/libavformat/riff.h @@ -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_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); typedef uint8_t ff_asf_guid[16]; |