diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2021-08-06 10:10:33 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2022-01-18 16:25:33 +0800 |
commit | 641c4346b3d7fa1c023792a260ed0165c6d4a2a4 (patch) | |
tree | 2f4ab37010391a634ce7fd90ab8d6b7ce517e58c /doc/encoders.texi | |
parent | c4ae6908f28ceacb39b96de9f8761aae1968bf42 (diff) | |
download | ffmpeg-641c4346b3d7fa1c023792a260ed0165c6d4a2a4.tar.gz |
lavc/qsvenc_hevc: add -pic_timing_sei option
The SDK may insert picture timing SEI for hevc and the code to set mfx
parameter has been added in qsvenc, however the corresponding option is
missing in the hevc option array
Reviewed-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 78518629cd..154d838ea2 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -3435,6 +3435,9 @@ Number of rows for tiled encoding. @item @var{aud} Insert the Access Unit Delimiter NAL. + +@item @var{pic_timing_sei} +Insert picture timing SEI with pic_struct_syntax element. @end table @subsection MPEG2 Options |