diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-22 10:56:42 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:38:33 +0100 |
commit | 284e65d64ea91dc172dea1b843d162b22ed48730 (patch) | |
tree | 500fb686063a9ca06ead0f6e8d0b2b2b30c45f7e /libavcodec/audioconvert.h | |
parent | 6c8dab98b87040ab3d5d31b91a46eb4aed8f1f30 (diff) | |
download | ffmpeg-284e65d64ea91dc172dea1b843d162b22ed48730.tar.gz |
lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.
Diffstat (limited to 'libavcodec/audioconvert.h')
-rw-r--r-- | libavcodec/audioconvert.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libavcodec/audioconvert.h b/libavcodec/audioconvert.h index f50eb3e1bb..0a63130a4a 100644 --- a/libavcodec/audioconvert.h +++ b/libavcodec/audioconvert.h @@ -33,26 +33,6 @@ #include "avcodec.h" #include "libavutil/audioconvert.h" -#if FF_API_OLD_SAMPLE_FMT -/** - * @deprecated Use av_get_sample_fmt_string() instead. - */ -attribute_deprecated -void avcodec_sample_fmt_string(char *buf, int buf_size, int sample_fmt); - -/** - * @deprecated Use av_get_sample_fmt_name() instead. - */ -attribute_deprecated -const char *avcodec_get_sample_fmt_name(int sample_fmt); - -/** - * @deprecated Use av_get_sample_fmt() instead. - */ -attribute_deprecated -enum AVSampleFormat avcodec_get_sample_fmt(const char* name); -#endif - #if FF_API_OLD_AUDIOCONVERT /** * @deprecated Use av_get_channel_layout() instead. |