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:
Olivier Crête 2010-09-21 19:20:29 -04:00
parent b9032ab93f
commit 1370f3f161

View file

@ -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"},