mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-12-26 21:15:15 +00:00
Fix typo and missing file
This commit is contained in:
parent
30601a9f96
commit
cf1d0b4f96
@ -976,7 +976,7 @@ namespace rtsp_stream {
|
||||
args.try_emplace("x-ml-video.configuredBitrateKbps"sv, "0"sv);
|
||||
args.try_emplace("x-ss-general.encryptionEnabled"sv, "0"sv);
|
||||
args.try_emplace("x-ss-video[0].chromaSamplingType"sv, "0"sv);
|
||||
args.try_emplace("x-nv-video[0].enableIntraRefresh"sv, "0"sv);
|
||||
args.try_emplace("x-ss-video[0].intraRefresh"sv, "0"sv);
|
||||
|
||||
stream::config_t config;
|
||||
|
||||
|
@ -38,6 +38,8 @@ namespace video {
|
||||
int dynamicRange;
|
||||
|
||||
int chromaSamplingType; // 0 - 4:2:0, 1 - 4:4:4
|
||||
|
||||
int enableIntraRefresh; //0 - disabled, 1 - enabled
|
||||
};
|
||||
|
||||
platf::mem_type_e
|
||||
|
Loading…
Reference in New Issue
Block a user