mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
va: encoder: Enable ICQ and QVBR mode in rate control map
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6433>
This commit is contained in:
parent
3f1ce4460a
commit
85bcea1776
1 changed files with 2 additions and 2 deletions
|
@ -1286,11 +1286,11 @@ static const GEnumValue rate_control_map[] = {
|
|||
{VA_RC_CQP, "Constant Quantizer", "cqp"},
|
||||
/* {VA_RC_VBR_CONSTRAINED, "VBR with peak rate higher than average bitrate", */
|
||||
/* "vbr-constrained"}, */
|
||||
/* {VA_RC_ICQ, "Intelligent Constant Quality", "icq"}, */
|
||||
{VA_RC_ICQ, "Intelligent Constant Quality", "icq"},
|
||||
/* {VA_RC_MB, "Macroblock based rate control", "mb"}, */
|
||||
/* {VA_RC_CFS, "Constant Frame Size", "cfs"}, */
|
||||
/* {VA_RC_PARALLEL, "Parallel BRC", "parallel"}, */
|
||||
/* {VA_RC_QVBR, "Quality defined VBR", "qvbr"}, */
|
||||
{VA_RC_QVBR, "Quality defined VBR", "qvbr"},
|
||||
/* {VA_RC_AVBR, "Average VBR", "avbr"}, */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue