Skip to content
Snippets Groups Projects
Commit 1c3b408f authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

Add forgotten deprecation to avcodec_pix_fmt_string().

Originally committed as revision 25883 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ab79ee12
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment