diff options
author | Clément Bœsch <u@pkh.me> | 2016-07-09 14:01:28 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-07-09 14:01:28 +0200 |
commit | 775389fc59bc46ac00babc1baf35e273e65f8541 (patch) | |
tree | e40d07a52ef4f95bddb26300e22c0d80fbd0406f /doc/APIchanges | |
parent | f512e4a39037ef798ec78170f734c7733abe3231 (diff) | |
parent | 90f469aa2b98a868cdbe35170c24272de10e1341 (diff) | |
download | ffmpeg-775389fc59bc46ac00babc1baf35e273e65f8541.tar.gz |
Merge commit '90f469aa2b98a868cdbe35170c24272de10e1341'
* commit '90f469aa2b98a868cdbe35170c24272de10e1341':
lavc: add H.264 MVC profiles
Merged-by: Clément Bœsch <u@pkh.me>
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 52cd48ca5d..bcd329fe0c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-07-09 - xxxxxxx / 90f469a - lavc 57.50.100 / 57.20.0 - avcodec.h + Add FF_PROFILE_H264_MULTIVIEW_HIGH and FF_PROFILE_H264_STEREO_HIGH. + 2016-06-30 - c1c7e0ab - lavf 57.41.100 - avformat.h Moved codecpar field from AVStream to the end of the struct, so that the following private fields are in the same location as in FFmpeg 3.0 (lavf 57.25.100). |