From 1fe78f8419356fab4c0273bd78c0b376acdae52e Mon Sep 17 00:00:00 2001 From: Wenbin Chen Date: Mon, 17 Jan 2022 13:11:22 +0800 Subject: 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 Signed-off-by: Haihao Xiang --- doc/encoders.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3