diff options
author | Måns Rullgård <mans@mansr.com> | 2007-07-08 01:49:24 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-07-08 01:49:24 +0000 |
commit | b3633dee5820cdaa45bf46ebe955b1af59f878a2 (patch) | |
tree | 2416d814134526d3a4c5bc107e11a054dc35041f /libavformat/riff.h | |
parent | 6927c84c824134d21623259708c6abd0059d5807 (diff) | |
download | ffmpeg-b3633dee5820cdaa45bf46ebe955b1af59f878a2.tar.gz |
remove deprecated codec_get_{bmp,wav}_{id,tag}()
Originally committed as revision 9530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.h')
-rw-r--r-- | libavformat/riff.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libavformat/riff.h b/libavformat/riff.h index 863aec10a3..274d184872 100644 --- a/libavformat/riff.h +++ b/libavformat/riff.h @@ -49,22 +49,6 @@ extern const AVCodecTag codec_wav_tags[]; unsigned int codec_get_tag(const AVCodecTag *tags, int id); enum CodecID codec_get_id(const AVCodecTag *tags, unsigned int tag); -/** - * @deprecated Use av_codec_get_tag instead. - */ -unsigned int codec_get_bmp_tag(int id) attribute_deprecated; -/** - * @deprecated Use av_codec_get_tag instead. - */ -unsigned int codec_get_wav_tag(int id) attribute_deprecated; -/** - * @deprecated Use av_codec_get_id instead. - */ -enum CodecID codec_get_bmp_id(unsigned int tag) attribute_deprecated; -/** - * @deprecated Use av_codec_get_id instead. - */ -enum CodecID codec_get_wav_id(unsigned int tag) attribute_deprecated; void ff_parse_specific_params(AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale); #endif |