提交 1c3b408f 编写于 作者: S Stefano Sabatini

Add forgotten deprecation to avcodec_pix_fmt_string().

Originally committed as revision 25883 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 ab79ee12
...@@ -3289,6 +3289,7 @@ enum PixelFormat avcodec_find_best_pix_fmt(int64_t pix_fmt_mask, enum PixelForma ...@@ -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. * @deprecated Use av_get_pix_fmt_string() instead.
*/ */
attribute_deprecated
void avcodec_pix_fmt_string (char *buf, int buf_size, enum PixelFormat pix_fmt); void avcodec_pix_fmt_string (char *buf, int buf_size, enum PixelFormat pix_fmt);
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册