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
This commit is contained in:
Stefano Sabatini 2010-11-21 20:06:16 +00:00
parent 176a6157c0
commit d6e602536c
1 changed files with 0 additions and 3 deletions

View 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.
*/