[FFmpeg-cvslog] r25883 - trunk/libavcodec/avcodec.h

stefano subversion
Sat Dec 4 15:14:12 CET 2010


Author: stefano
Date: Sat Dec  4 15:14:12 2010
New Revision: 25883

Log:
Add forgotten deprecation to avcodec_pix_fmt_string().

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Sat Dec  4 14:13:46 2010	(r25882)
+++ trunk/libavcodec/avcodec.h	Sat Dec  4 15:14:12 2010	(r25883)
@@ -3289,6 +3289,7 @@ enum PixelFormat avcodec_find_best_pix_f
 /**
  * @deprecated Use av_get_pix_fmt_string() instead.
  */
+attribute_deprecated
 void avcodec_pix_fmt_string (char *buf, int buf_size, enum PixelFormat pix_fmt);
 #endif
 



More information about the ffmpeg-cvslog mailing list