Commit d6e60253 authored by Stefano Sabatini's avatar Stefano Sabatini

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
parent 176a6157
......@@ -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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment