mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
176a6157c0
commit
d6e602536c
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue