summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-11-12 15:58:40 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2011-11-23 18:39:28 -0500
commit8889cc4f5b767b323901115a92318a024336e2a1 (patch)
tree504d4b6e562e10d90b48c80c3a01d9c0659e4313 /doc
parentaa38cff2c6fdc1c0a7245f8a2aef5f6d4d2881d1 (diff)
libavutil: add planar sample formats and av_sample_fmt_is_planar()
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 026e5ad539..0e5fd68ff9 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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.