diff options
author | wm4 <nfxjfg@googlemail.com> | 2014-05-30 22:14:21 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-06-01 08:22:02 +0200 |
commit | 8c02adc62d71dfbb079a04753d8c16152c49de88 (patch) | |
tree | 666a2d9575899e5287766443f79a4711ca35a1df /doc | |
parent | d2ef708c95ace2518deffe830a9c439aeb9edd5d (diff) | |
download | ffmpeg-8c02adc62d71dfbb079a04753d8c16152c49de88.tar.gz |
lavu: add all color-related enums to AVFrame
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 279cf66527..367f8e1dd3 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,11 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-xx-xx - xxxxxxx - lavu 53.16.0 - frame.h, pixfmt.h + Move all color-related enums (AVColorPrimaries, AVColorSpace, AVColorRange, + AVColorTransferCharacteristic, and AVChromaLocation) inside lavu. + Add AVFrame fields for them on the next lavu major bump. + 2014-04-xx - xxxxxxx - lavr 1.3.0 - avresample.h Add avresample_max_output_samples |