Browse Source

Fixed level in comment about default h264 video profile

Paul-Louis Ageneau 3 years ago
parent
commit
2837d73c87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/rtc/description.hpp

+ 1 - 1
include/rtc/description.hpp

@@ -32,7 +32,7 @@ namespace rtc {
 const string DEFAULT_OPUS_AUDIO_PROFILE =
     "minptime=10;maxaveragebitrate=96000;stereo=1;sprop-stereo=1;useinbandfec=1";
 
-// Use Constrained Baseline profile Level 4.2 (necessary for Firefox)
+// Use Constrained Baseline profile Level 3.1 (necessary for Firefox)
 // https://developer.mozilla.org/en-US/docs/Web/Media/Formats/WebRTC_codecs#Supported_video_codecs
 // TODO: Should be 42E0 but 42C0 appears to be more compatible. Investigate this.
 const string DEFAULT_H264_VIDEO_PROFILE =