diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2016-11-03 16:03:54 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2016-11-07 22:42:00 +0100 |
commit | 7471352f1915813cda725ce624607d84b5a3a61c (patch) | |
tree | f8d1a3ebee34b0076fd4f521e304b0a29952dbe7 /doc | |
parent | 4ab61cd983b539749bd621ea271624ddb5196a8e (diff) | |
download | ffmpeg-streaming-7471352f1915813cda725ce624607d84b5a3a61c.zip ffmpeg-streaming-7471352f1915813cda725ce624607d84b5a3a61c.tar.gz |
pixfmt: Add GRAY12
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 735b947..6e0d27d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavu 55.28.0 - pixfmt.h + Add AV_PIX_FMT_GRAY12(LE/BE). + 2016-xx-xx - xxxxxxx - lavu 55.27.0 - hwcontext.h Add av_hwframe_map() and associated AV_HWFRAME_MAP_* flags. Add av_hwframe_ctx_create_derived(). |