diff options
author | Mark Thompson | 2018-09-23 22:52:56 +0100 |
---|---|---|
committer | Mark Thompson | 2018-10-27 19:35:35 +0100 |
commit | 2923ed247ee2f507f32b34aeddd6785bab173a71 (patch) | |
tree | 84779b4ab0f7825ad647da5c4bbde3ccf8f33168 /doc/encoders.texi | |
parent | 40ac622460284f4aad10a13b786d03d6c2cfa868 (diff) |
vaapi_encode: Support configurable slices
This adds common code to query driver support and set appropriate
address/size information for each slice. It only supports rectangular
slices for now, since that is the most common use-case.
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 8d184f72f8..899faac49b 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2598,6 +2598,8 @@ Size / quality tradeoff: higher values are smaller / worse quality. @option{b_qfactor} / @option{b_quant_factor} @item @option{b_qoffset} / @option{b_quant_offset} +@item +@option{slices} @end itemize All encoders support the following options: |