[FFmpeg-cvslog] r25788 - trunk/libavcodec/audioconvert.h

stefano subversion
Sun Nov 21 21:06:16 CET 2010


Author: stefano
Date: Sun Nov 21 21:06:16 2010
New Revision: 25788

Log:
Remove declaration of function:
const char *avcodec_get_channel_name(int channel_id)

which was never implemented.

Modified:
   trunk/libavcodec/audioconvert.h

Modified: trunk/libavcodec/audioconvert.h
==============================================================================
--- trunk/libavcodec/audioconvert.h	Sun Nov 21 20:28:52 2010	(r25787)
+++ trunk/libavcodec/audioconvert.h	Sun Nov 21 21:06:16 2010	(r25788)
@@ -53,9 +53,6 @@ enum AVSampleFormat avcodec_get_sample_f
 #endif
 
 #if FF_API_OLD_AUDIOCONVERT
-attribute_deprecated
-const char *avcodec_get_channel_name(int channel_id);
-
 /**
  * @deprecated Use av_get_channel_layout() instead.
  */



More information about the ffmpeg-cvslog mailing list