summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2018-11-06 01:39:03 -0300
committerJames Almer <jamrial@gmail.com>2018-11-06 12:39:15 -0300
commitee3f62a90caad03d10bc6734103f95b6ae42cd2d (patch)
tree99a7b6e41518c7d481fc4d4860e2f0adffda8326 /doc
parent80f85a95da293e9894c071b440c5a2e002e26ede (diff)
pixfmt: Add GRAY10
Based on 7471352f by Luca Barbato. Signed-off-by: James Almer <jamrial@gmail.com>
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 9ba03648c5..c1bbae170d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2017-03-23
API changes, most recent first:
+2018-xx-xx - xxxxxxx - lavu 56.8.0 - pixfmt.h
+ Add AV_PIX_FMT_GRAY10(LE/BE).
+
2018-xx-xx - xxxxxxx - lavc 58.10.0 - avcodec.h
Add av_bsf_flush().