webrtc/sdk
Philipp Hancke bbff58d935 Introduce "well-known" SdpVideoFormat codecs
describing video codecs with their parameters as static members of SdpVideoFormat:
  static const SdpVideoFormat VP8();
  static const SdpVideoFormat H264();
  static const SdpVideoFormat VP9Profile0();
  static const SdpVideoFormat VP9Profile1();
  static const SdpVideoFormat VP9Profile2();
  static const SdpVideoFormat VP9Profile3();
  static const SdpVideoFormat AV1Profile0();
  static const SdpVideoFormat AV1Profile1();
This removes the need to craft instances of these by hand.

BUG=webrtc:15703

Change-Id: I2171e08b48ec98f18424f53f3b5d6d148130532e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/337441
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41833}
2024-02-28 06:57:10 +00:00
..
android Roll chromium_revision a4279f2842..1f0d2a10bd (1259805:1264465) 2024-02-23 23:57:11 +00:00
objc Introduce "well-known" SdpVideoFormat codecs 2024-02-28 06:57:10 +00:00
BUILD.gn Delete RTCWrappedNativeVideoDecoder 2024-02-27 17:03:28 +00:00
media_constraints.cc Remove unused combined_audio_video_bwe. 2023-05-26 15:56:00 +00:00
media_constraints.h Remove unused combined_audio_video_bwe. 2023-05-26 15:56:00 +00:00
media_constraints_unittest.cc Remove unused combined_audio_video_bwe. 2023-05-26 15:56:00 +00:00
OWNERS Remove wildcard ownership for build files. 2020-02-19 14:05:46 +00:00