]> git.sesse.net Git - ffmpeg/commit
avcodec/mpeg12enc: add support for specifying video_format in the sequence_display_ex...
authorMarton Balint <cus@passwd.hu>
Sat, 10 Feb 2018 18:03:36 +0000 (19:03 +0100)
committerMarton Balint <cus@passwd.hu>
Mon, 12 Feb 2018 23:13:21 +0000 (00:13 +0100)
commitce6ce595cf10778f77ae586b606203ecb2914ed8
tree514cff8cecd1cbcd5cde57dc638e2ff67af24622
parent0018f17f233d5a702513b7f83eadff8d15f08883
avcodec/mpeg12enc: add support for specifying video_format in the sequence_display_extension

In a recent commit the default was changed from 0 (component) to 5
(unspecified), however some standards require using 0. With this option, the
user will be able to do so.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Marton Balint <cus@passwd.hu>
doc/encoders.texi
libavcodec/mpeg12enc.c
libavcodec/mpegvideo.h
libavcodec/version.h