mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
obs-nvenc: Fix translation string for 4:4:4 unsupported error
This commit is contained in:
@@ -738,7 +738,7 @@ static bool init_encoder(struct nvenc_data *enc, enum codec_type codec, obs_data
|
||||
enc->in_format = get_preferred_format(pref_format);
|
||||
|
||||
if (enc->in_format == VIDEO_FORMAT_I444 && !support_444) {
|
||||
NV_FAIL(obs_module_text("NVENC.444Unsupported"));
|
||||
NV_FAIL(obs_module_text("444Unsupported"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user