summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2018-02-10 19:03:36 +0100
committerMarton Balint <cus@passwd.hu>2018-02-13 00:13:21 +0100
commitce6ce595cf10778f77ae586b606203ecb2914ed8 (patch)
tree514cff8cecd1cbcd5cde57dc638e2ff67af24622 /doc/encoders.texi
parent0018f17f233d5a702513b7f83eadff8d15f08883 (diff)
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>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index c5dfc646d9..f25d47e272 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2359,6 +2359,11 @@ Never write it.
@itemx always
Always write it.
@end table
+@item video_format @var{integer}
+Specifies the video_format written into the sequence display extension
+indicating the source of the video pictures. The default is @samp{unspecified},
+can be @samp{component}, @samp{pal}, @samp{ntsc}, @samp{secam} or @samp{mac}.
+For maximum compatibility, use @samp{component}.
@end table
@section png