vlc | branch: master | Tristan Matthews <[email protected]> | Tue Feb  9 
11:44:04 2016 -0500| [7af696727de65adfb9408a0d463bd65304c02c63] | committer: 
Tristan Matthews

vpx: no need to mention default

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7af696727de65adfb9408a0d463bd65304c02c63
---

 modules/codec/vpx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/vpx.c b/modules/codec/vpx.c
index d774271..296cd9d 100644
--- a/modules/codec/vpx.c
+++ b/modules/codec/vpx.c
@@ -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")

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to