mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
x264enc: Make it clear that constant quantizer is for debugging only
https://bugzilla.gnome.org/show_bug.cgi?id=621663
This commit is contained in:
parent
b9032ab93f
commit
1370f3f161
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ gst_x264_enc_pass_get_type (void)
|
|||
|
||||
static const GEnumValue pass_types[] = {
|
||||
{GST_X264_ENC_PASS_CBR, "Constant Bitrate Encoding", "cbr"},
|
||||
{GST_X264_ENC_PASS_QUANT, "Constant Quantizer", "quant"},
|
||||
{GST_X264_ENC_PASS_QUANT, "Constant Quantizer (debugging only)", "quant"},
|
||||
{GST_X264_ENC_PASS_QUAL, "Constant Quality", "qual"},
|
||||
{GST_X264_ENC_PASS_PASS1, "VBR Encoding - Pass 1", "pass1"},
|
||||
{GST_X264_ENC_PASS_PASS2, "VBR Encoding - Pass 2", "pass2"},
|
||||
|
|
Loading…
Reference in a new issue