diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-04 12:56:21 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-04 12:56:21 +0000 |
commit | bb4afa13dd3264832bc379bbfefe1db8cf4f0e40 (patch) | |
tree | 9ec62bfd5a328dda35f0d6c935aad05da3b924d2 /doc/APIchanges | |
parent | 4da12e3b13d362e0218956a78dd2b8f7a1260265 (diff) | |
download | ffmpeg-bb4afa13dd3264832bc379bbfefe1db8cf4f0e40.tar.gz |
Deprecate avcodec_pix_fmt_string() in favor of
av_get_pix_fmt_string(), added to libavutil/pixdesc.h.
Originally committed as revision 25879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 63457aab7b..a3b587e8f3 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-12-04 - r25879 - lavu 50.34.0 - av_get_pix_fmt_string() + Deprecate avcodec_pix_fmt_string() in favor of + pixdesc.h/av_get_pix_fmt_string(). + 2010-12-04 - r25878 - lavcore 1.15.0 - av_image_alloc() Add av_image_alloc() to libavcore/imgutils.h. |