mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 06:10:40 +01:00
![]() SdpVideoFormat is used to configure video encoder and decoders. This CL adds support for comparing two SdpVideoFormat objects to determine if they specify the same video codec. This functionality previously only existed in media/base/codec.h which made the code sensitive to circular dependencies. Once downstream projects stop using cricket::IsSameCodec, this code can be removed. Bug: chromium:1187565 Change-Id: I242069aa6af07917637384c80ee4820887defc7d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/213427 Commit-Queue: Johannes Kron <kron@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33794} |
||
---|---|---|
.. | ||
BUILD.gn | ||
builtin_video_encoder_factory_unittest.cc | ||
h264_profile_level_id_unittest.cc | ||
sdp_video_format_unittest.cc | ||
video_decoder_software_fallback_wrapper_unittest.cc | ||
video_encoder_software_fallback_wrapper_unittest.cc |