Skip to content

Commit 2fec778

Browse files
committed
revert changes.
1 parent d262f2e commit 2fec778

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

webrtc-sys/src/nvidia/nvidia_encoder_factory.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ NvidiaVideoEncoderFactory::NvidiaVideoEncoderFactory() {
1616
};
1717
supported_formats_.push_back(SdpVideoFormat("H264", baselineParameters));
1818

19-
std::map<std::string, std::string> highParameters = {
19+
/*std::map<std::string, std::string> highParameters = {
2020
{"profile-level-id", "4d0032"},
2121
{"level-asymmetry-allowed", "1"},
2222
{"packetization-mode", "1"},
2323
};
2424
2525
supported_formats_.push_back(SdpVideoFormat("H264", highParameters));
26+
*/
2627
}
2728

2829
NvidiaVideoEncoderFactory::~NvidiaVideoEncoderFactory() {}

0 commit comments

Comments
 (0)