From 1c3b408f884dcd59f32be3fd49d23e91111e3109 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 4 Dec 2010 14:14:12 +0000 Subject: [PATCH] Add forgotten deprecation to avcodec_pix_fmt_string(). Originally committed as revision 25883 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 1f59b0c544..ec179112c2 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 -- GitLab