Commit bae7849b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

QSV: fix string mistake

parent dee937cb
...@@ -122,7 +122,7 @@ static void Close(vlc_object_t *); ...@@ -122,7 +122,7 @@ static void Close(vlc_object_t *);
#define MAX_BITRATE_TEXT N_("Maximum Bitrate") #define MAX_BITRATE_TEXT N_("Maximum Bitrate")
#define MAX_BITRATE_LONGTEXT N_("Defines the maximum bitrate in Kpbs " \ #define MAX_BITRATE_LONGTEXT N_("Defines the maximum bitrate in Kpbs " \
"(1000 bits/s) for VBR rate control method. If not set, this parameter" \ "(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_TEXT N_("Accuracy of RateControl")
#define ACCURACY_LONGTEXT N_("Tolerance in percentage of the 'avbr' " \ #define ACCURACY_LONGTEXT N_("Tolerance in percentage of the 'avbr' " \
......
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