Browse Source

obs-qsv11: Add missing translation

Norihiro Kamae 2 years ago
parent
commit
0c061865a6
2 changed files with 2 additions and 1 deletions
  1. 1 0
      plugins/obs-qsv11/data/locale/en-US.ini
  2. 1 1
      plugins/obs-qsv11/obs-qsv11.c

+ 1 - 0
plugins/obs-qsv11/data/locale/en-US.ini

@@ -13,3 +13,4 @@ SubjectiveVideoEnhancements="Subjective Video Enhancements"
 8bitUnsupportedHdr="OBS does not support 8-bit output of Rec. 2100."
 8bitUnsupportedHdr="OBS does not support 8-bit output of Rec. 2100."
 10bitUnsupportedAvc="Cannot perform 10-bit encode on Intel QSV H.264 encoder."
 10bitUnsupportedAvc="Cannot perform 10-bit encode on Intel QSV H.264 encoder."
 16bitUnsupported="Cannot perform 16-bit encode on this encoder."
 16bitUnsupported="Cannot perform 16-bit encode on this encoder."
+BFrames="B Frames"

+ 1 - 1
plugins/obs-qsv11/obs-qsv11.c

@@ -228,7 +228,7 @@ static inline void add_strings(obs_property_t *list, const char *const *strings)
 #define TEXT_CONVERGENCE obs_module_text("Convergence")
 #define TEXT_CONVERGENCE obs_module_text("Convergence")
 #define TEXT_ICQ_QUALITY obs_module_text("ICQQuality")
 #define TEXT_ICQ_QUALITY obs_module_text("ICQQuality")
 #define TEXT_KEYINT_SEC obs_module_text("KeyframeIntervalSec")
 #define TEXT_KEYINT_SEC obs_module_text("KeyframeIntervalSec")
-#define TEXT_BFRAMES obs_module_text("B Frames")
+#define TEXT_BFRAMES obs_module_text("BFrames")
 #define TEXT_PERCEPTUAL_ENHANCEMENTS \
 #define TEXT_PERCEPTUAL_ENHANCEMENTS \
 	obs_module_text("SubjectiveVideoEnhancements")
 	obs_module_text("SubjectiveVideoEnhancements")