Re: [FFmpeg-devel] [PATCH] avformat/mpeg12enc: add support for specifying video_format in the sequence_display_extension

2018-02-12 Thread Marton Balint
On Sat, 10 Feb 2018, Michael Niedermayer wrote: On Sat, Feb 10, 2018 at 07:45:36PM +0100, Marton Balint wrote: 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. Signed-of

Re: [FFmpeg-devel] [PATCH] avformat/mpeg12enc: add support for specifying video_format in the sequence_display_extension

2018-02-10 Thread Michael Niedermayer
On Sat, Feb 10, 2018 at 07:45:36PM +0100, Marton Balint wrote: > 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. > > Signed-off-by: Marton Balint > --- > doc/encoders.t

Re: [FFmpeg-devel] [PATCH] avformat/mpeg12enc: add support for specifying video_format in the sequence_display_extension

2018-02-10 Thread Michael Niedermayer
On Sat, Feb 10, 2018 at 07:45:36PM +0100, Marton Balint wrote: > 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. > > Signed-off-by: Marton Balint > --- > doc/encoders.t

[FFmpeg-devel] [PATCH] avformat/mpeg12enc: add support for specifying video_format in the sequence_display_extension

2018-02-10 Thread Marton Balint
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. Signed-off-by: Marton Balint --- doc/encoders.texi | 5 + libavcodec/mpeg12enc.c | 12 ++-- libavcodec/mpe