diff options
author | Mark Thompson <sw@jkqxz.net> | 2019-07-28 19:23:16 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2019-07-29 19:57:09 +0100 |
commit | b123d0780ec26456b08cd50e1062d464262ceb38 (patch) | |
tree | 4a3584f5fc8e259868de5431cd5820aa10e8029e /doc/bitstream_filters.texi | |
parent | f9b8503639c0ff90846f07c92e2fe7836690dd0c (diff) | |
download | ffmpeg-b123d0780ec26456b08cd50e1062d464262ceb38.tar.gz |
h264_metadata: Support overscan_appropriate_flag
Fixes #8041.
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 023945e9be..50a1679fc7 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -224,6 +224,10 @@ Insert or remove AUD NAL units in all access units of the stream. @item sample_aspect_ratio Set the sample aspect ratio of the stream in the VUI parameters. +@item overscan_appropriate_flag +Set whether the stream is suitable for display using overscan +or not (see H.264 section E.2.1). + @item video_format @item video_full_range_flag Set the video format in the stream (see H.264 section E.2.1 and |