diff options
author | Wenbin Chen <wenbin.chen-at-intel.com@ffmpeg.org> | 2022-01-17 13:11:22 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2022-01-21 12:56:30 +0800 |
commit | 1fe78f8419356fab4c0273bd78c0b376acdae52e (patch) | |
tree | c68ae4a97d57a06793ee080659a7cd89d36029dd /doc/encoders.texi | |
parent | 9d6cc6a5448c4464139c87ed05fb9a70ccbc7bac (diff) | |
download | ffmpeg-1fe78f8419356fab4c0273bd78c0b376acdae52e.tar.gz |
libavcodec/qsvenc: Add transform skip to hevc_qsv
Add transform_skip option to hevc_qsv. By enabling this option,
the transform_skip_enabled_flag in PPS will be set to 1.
This option is supported on the platform equal or newer than ICL.
Signed-off-by: Wenbin Chen <wenbin.chen@intel.com>
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 6af477437b..e3adbf4325 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -3453,6 +3453,10 @@ Insert the Access Unit Delimiter NAL. @item @var{pic_timing_sei} Insert picture timing SEI with pic_struct_syntax element. + +@item @var{transform_skip} +Turn this option ON to enable transformskip. It is supported on platform equal +or newer than ICL. @end table @subsection MPEG2 Options |