[SCM] libav/experimental: Add forgotten deprecation to avcodec_pix_fmt_string().

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:19:41 UTC 2013


The following commit has been merged in the experimental branch:
commit 1c3b408f884dcd59f32be3fd49d23e91111e3109
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Dec 4 14:14:12 2010 +0000

    Add forgotten deprecation to avcodec_pix_fmt_string().
    
    Originally committed as revision 25883 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 1f59b0c..ec17911 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3289,6 +3289,7 @@ enum PixelFormat avcodec_find_best_pix_fmt(int64_t pix_fmt_mask, enum PixelForma
 /**
  * @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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list