diff options
author | wm4 <nfxjfg@googlemail.com> | 2015-09-02 18:59:37 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-07 12:36:04 +0200 |
commit | b8b5d8274471129f122858bc74ad09284dae6ab7 (patch) | |
tree | 11a0aeb2bffe927b4f9732099358fd7061aaec87 /doc | |
parent | 77cf23668991bfd1fb69339f13e1511b4186b7b3 (diff) | |
download | ffmpeg-b8b5d8274471129f122858bc74ad09284dae6ab7.tar.gz |
lavu: extend size of the AVPixFmtDescriptor.flags field
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 e500ac8bf0..c944fff169 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2015-xx-xx - lavu 55.0.0 + xxxxxxx - Change type of AVPixFmtDescriptor.flags from uint8_t to uint64_t. + 2015-xx-xx - lavu 54.17.0 xxxxxxx - Add av_blowfish_alloc(). xxxxxxx - Add av_rc4_alloc(). |