diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-01 13:06:21 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-01 13:18:32 +0200 |
commit | 6e8e9f1e517ee52fe439f3e8ca762f09d235f21e (patch) | |
tree | ffd2f6414002eb7ba196046b78667b5b30676585 /doc | |
parent | ec1ed6450620f01197920f1083b285e5c8355377 (diff) | |
parent | 8c02adc62d71dfbb079a04753d8c16152c49de88 (diff) | |
download | ffmpeg-6e8e9f1e517ee52fe439f3e8ca762f09d235f21e.tar.gz |
Merge commit '8c02adc62d71dfbb079a04753d8c16152c49de88'
* commit '8c02adc62d71dfbb079a04753d8c16152c49de88':
lavu: add all color-related enums to AVFrame
Conflicts:
libavcodec/avcodec.h
libavutil/frame.c
libavutil/frame.h
libavutil/version.h
The version check is changed so they are available with the current ABI
FFmpeg libs should have no problems with added fields, nor should any
application using the libs, and we regularly added fields in the past.
We also moved 2 of these fields to AVFrame already previously without issues.
See: a80e622924c89df69fb1c225ba432fe12fe6648e
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 9c3bdf2d6d..0ed7433eb3 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,11 @@ libavutil: 2012-10-22 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. + And add AVFrame fields for them. + 2014-04-xx - xxxxxxx - lavr 1.3.0 - avresample.h Add avresample_max_output_samples |