[vlc-commits] QSV: fix string mistake
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed May 20 23:13:23 CEST 2015
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 20 23:13:16 2015 +0200| [bae7849b79c4af48af31e65e77d8344a970db6fc] | committer: Jean-Baptiste Kempf
QSV: fix string mistake
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bae7849b79c4af48af31e65e77d8344a970db6fc
---
 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 9ac1bb7..bc72b84 100644
--- a/modules/codec/qsv.c
+++ b/modules/codec/qsv.c
@@ -122,7 +122,7 @@ static void     Close(vlc_object_t *);
 #define MAX_BITRATE_TEXT N_("Maximum Bitrate")
 #define MAX_BITRATE_LONGTEXT N_("Defines the maximum bitrate in Kpbs " \
     "(1000 bits/s) for VBR rate control method. If not set, this parameter" \
-    ". is computed from other sources such as bitrate, profile, level, etc.")
+    " is computed from other sources such as bitrate, profile, level, etc.")
 
 #define ACCURACY_TEXT N_("Accuracy of RateControl")
 #define ACCURACY_LONGTEXT N_("Tolerance in percentage of the 'avbr' " \
    
    
More information about the vlc-commits
mailing list