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 | 62dfea653564a09be78d0a8361ee968e525b33bf (patch) | |
tree | a4a27baba5077cfb9413b31b032fc8ae01484e2a /libavcodec/audioconvert.h | |
parent | 284e65d64ea91dc172dea1b843d162b22ed48730 (diff) | |
download | ffmpeg-62dfea653564a09be78d0a8361ee968e525b33bf.tar.gz |
lavc: remove disabled FF_API_OLD_AUDIOCONVERT 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 0a63130a4a..590dc8d8d7 100644 --- a/libavcodec/audioconvert.h +++ b/libavcodec/audioconvert.h @@ -33,26 +33,6 @@ #include "avcodec.h" #include "libavutil/audioconvert.h" -#if FF_API_OLD_AUDIOCONVERT -/** - * @deprecated Use av_get_channel_layout() instead. - */ -attribute_deprecated -int64_t avcodec_get_channel_layout(const char *name); - -/** - * @deprecated Use av_get_channel_layout_string() instead. - */ -attribute_deprecated -void avcodec_get_channel_layout_string(char *buf, int buf_size, int nb_channels, int64_t channel_layout); - -/** - * @deprecated Use av_get_channel_layout_nb_channels() instead. - */ -attribute_deprecated -int avcodec_channel_layout_num_channels(int64_t channel_layout); -#endif - /** * Guess the channel layout * @param nb_channels |