[vlc-commits] QSV: fix typo on CBR
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed Dec  6 00:25:26 CET 2017
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec  6 00:25:13 2017 +0100| [3be21393d4d40018d3241e4407b8428b072ee11a] | committer: Jean-Baptiste Kempf
QSV: fix typo on CBR
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3be21393d4d40018d3241e4407b8428b072ee11a
---
 modules/codec/qsv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/qsv.c b/modules/codec/qsv.c
index c9fec8f19a..2abda2e6c6 100644
--- a/modules/codec/qsv.c
+++ b/modules/codec/qsv.c
@@ -100,7 +100,7 @@ static void     Close(vlc_object_t *);
 #define RATE_CONTROL_TEXT N_("Rate Control Method")
 #define RATE_CONTROL_LONGTEXT N_( \
     "The rate control method to use when encoding. Can be one of " \
-    "'crb', 'vbr', 'qp', 'avbr'. 'qp' mode isn't supported for mpeg2")
+    "'cbr', 'vbr', 'qp', 'avbr'. 'qp' mode isn't supported for mpeg2")
 
 #define QP_TEXT N_("Quantization parameter")
 #define QP_LONGTEXT N_("Quantization parameter for all types of frames. " \
    
    
More information about the vlc-commits
mailing list