diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-04 14:14:12 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-04 14:14:12 +0000 |
commit | 1c3b408f884dcd59f32be3fd49d23e91111e3109 (patch) | |
tree | 0605bc10ba37be11dd96f1481ac2f0fed94aa3a1 | |
parent | ab79ee12b90da1bca7630f9fe7f0de4ac3db2186 (diff) | |
download | ffmpeg-1c3b408f884dcd59f32be3fd49d23e91111e3109.tar.gz |
Add forgotten deprecation to avcodec_pix_fmt_string().
Originally committed as revision 25883 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 1 |
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 |