summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-04 14:14:12 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-04 14:14:12 +0000
commit1c3b408f884dcd59f32be3fd49d23e91111e3109 (patch)
tree0605bc10ba37be11dd96f1481ac2f0fed94aa3a1 /libavcodec/avcodec.h
parentab79ee12b90da1bca7630f9fe7f0de4ac3db2186 (diff)
Add forgotten deprecation to avcodec_pix_fmt_string().
Originally committed as revision 25883 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
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