summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKieran Kunhya <kierank@ob-encoder.com>2013-09-17 16:30:48 -0500
committerLuca Barbato <lu_zero@gentoo.org>2013-09-21 17:36:15 +0200
commite208e6d209728d332343aa5390ae377ac0a6305c (patch)
tree01e72b4f6c9666f21181db6d44a29eee31f5f49d /doc
parent944c3384305ef52ddabcfce2a7644524f8fe2416 (diff)
lavu: Add interleaved 4:2:2 8/10-bit formats
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index fbd3ff9bc1..85c02d670e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2012-10-22
API changes, most recent first:
+2013-09-21 - xxxxxxx - lavu 52.16.0 - pixfmt.h
+ Add interleaved 4:2:2 8/10-bit formats AV_PIX_FMT_NV16 and
+ AV_PIX_FMT_NV20.
+
2013-09-16 - 3feb3d6 - lavu 52.15.0 - mem.h
Add av_reallocp.