[vlc-commits] QSV: fix typo on CBR

Jean-Baptiste Kempf git at videolan.org
Wed Dec 6 00:51:51 CET 2017


vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec  6 00:25:13 2017 +0100| [e16c86b0bc354abf46717147d93332080a70b870] | committer: Jean-Baptiste Kempf

QSV: fix typo on CBR

(cherry picked from commit 3be21393d4d40018d3241e4407b8428b072ee11a)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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