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
This commit is contained in:
Stefano Sabatini
2010-12-04 12:56:21 +00:00
parent 4da12e3b13
commit bb4afa13dd
6 changed files with 37 additions and 26 deletions

View File

@@ -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.