UI: Allow HEVC streaming
This commit is contained in:
parent
01a806cb53
commit
165a513f78
@ -1011,7 +1011,9 @@ void OBSBasicSettings::LoadEncoderTypes()
|
||||
|
||||
const char *streaming_codecs[] = {
|
||||
"h264",
|
||||
//"hevc",
|
||||
#ifdef ENABLE_HEVC
|
||||
"hevc",
|
||||
#endif
|
||||
};
|
||||
bool is_streaming_codec = false;
|
||||
for (const char *test_codec : streaming_codecs) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user