diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-21 20:06:16 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-21 20:06:16 +0000 |
commit | d6e602536c049a952969e95bb8f3897f5d46b914 (patch) | |
tree | 2671b5c180819e0040a1b29c6af64c5c8ca58a0d | |
parent | 176a6157c06e020ab6e8522d34ccb9e218435abc (diff) | |
download | ffmpeg-d6e602536c049a952969e95bb8f3897f5d46b914.tar.gz |
Remove declaration of function:
const char *avcodec_get_channel_name(int channel_id)
which was never implemented.
Originally committed as revision 25788 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/audioconvert.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/audioconvert.h b/libavcodec/audioconvert.h index 6fe0fb674c..be4867c22e 100644 --- a/libavcodec/audioconvert.h +++ b/libavcodec/audioconvert.h @@ -53,9 +53,6 @@ enum AVSampleFormat avcodec_get_sample_fmt(const char* name); #endif #if FF_API_OLD_AUDIOCONVERT -attribute_deprecated -const char *avcodec_get_channel_name(int channel_id); - /** * @deprecated Use av_get_channel_layout() instead. */ |