diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-09-26 14:15:25 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-10-08 18:17:49 +0100 |
commit | 5a419b2dd1881889d436f55741fd3ff3f9f436c4 (patch) | |
tree | 66d406037b11884a24f35498b7249e6dbf7ddd7a /doc/APIchanges | |
parent | 04ccd584a70fad4ebb29ca340d704970ff313cbc (diff) | |
download | ffmpeg-streaming-5a419b2dd1881889d436f55741fd3ff3f9f436c4.zip ffmpeg-streaming-5a419b2dd1881889d436f55741fd3ff3f9f436c4.tar.gz |
pixdesc: return color properties names
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 3df116e..ee31719 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-09-xx - xxxxxxx - lavu 54.04.0 - pixdesc.h + Add API to return the name of frame and context color properties. + 2014-09-xx - xxxxxxx - lavc 56.2.0 - vdpau.h Add av_vdpau_bind_context(). This function should now be used for creating (or resetting) a AVVDPAUContext instead of av_vdpau_alloc_context(). |