Commit 7af69672 authored by Tristan Matthews's avatar Tristan Matthews

vpx: no need to mention default

parent d4a124a3
......@@ -51,7 +51,7 @@ static void CloseEncoder(vlc_object_t *);
static block_t *Encode(encoder_t *p_enc, picture_t *p_pict);
#define QUALITY_MODE_TEXT N_("Quality mode")
#define QUALITY_MODE_LONGTEXT N_("Quality setting which will determine max encoding time, default 0\n" \
#define QUALITY_MODE_LONGTEXT N_("Quality setting which will determine max encoding time\n" \
" - 0: Good quality\n"\
" - 1: Realtime\n"\
" - 2: Best quality")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment