From: Stefano Sabatini Date: Sun, 21 Nov 2010 20:06:16 +0000 (+0000) Subject: Remove declaration of function: X-Git-Tag: v0.7b1~1558 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6e602536c049a952969e95bb8f3897f5d46b914;p=platform%2Fupstream%2Flibav.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 --- diff --git a/libavcodec/audioconvert.h b/libavcodec/audioconvert.h index 6fe0fb6..be4867c 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. */