libavutil: add planar sample formats and av_sample_fmt_is_planar()

This commit is contained in:
Justin Ruggles
2011-11-12 15:58:40 -05:00
parent aa38cff2c6
commit 8889cc4f5b
4 changed files with 37 additions and 6 deletions

View File

@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2011-xx-xx - xxxxxxx - lavu 51.17.0
Add planar sample formats and av_sample_fmt_is_planar() to samplefmt.h.
2011-xx-xx - xxxxxxx - lavc 53.21.0
Move some AVCodecContext fields to a new private struct, AVCodecInternal,
which is accessed from a new field, AVCodecContext.internal.