OSDN Git Service

Remove declaration of function:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 21 Nov 2010 20:06:16 +0000 (20:06 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 21 Nov 2010 20:06:16 +0000 (20:06 +0000)
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

libavcodec/audioconvert.h

index 6fe0fb6..be4867c 100644 (file)
@@ -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.
  */