webrtc/api/video_codecs/test
Johannes Kron 20ee02c49f Add codec comparison function to SdpVideoFormat
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}
2021-04-21 07:21:41 +00:00
..
BUILD.gn Add codec comparison function to SdpVideoFormat 2021-04-21 07:21:41 +00:00
builtin_video_encoder_factory_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
h264_profile_level_id_unittest.cc Move h264_profile_level_id and vp9_profile to api/video_codecs 2021-04-20 09:42:05 +00:00
sdp_video_format_unittest.cc Add codec comparison function to SdpVideoFormat 2021-04-21 07:21:41 +00:00
video_decoder_software_fallback_wrapper_unittest.cc Fallback to software decoders on consequtive decode errors on key-frames 2020-05-18 09:57:04 +00:00
video_encoder_software_fallback_wrapper_unittest.cc Remove temporal layer restriction for forced resolution based fallback. 2021-02-05 07:31:54 +00:00