Add VideoCodecType::kVideoCodecAV1 value
Bug: webrtc:11042 Change-Id: I3c5151c9e47679760f8f7d79270488fa8f4c7db5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159282 Reviewed-by: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29927}
This commit is contained in:
committed by
Commit Bot
parent
e14cb99408
commit
dc36829db0
@ -267,7 +267,8 @@ void RtpPayloadParams::SetGeneric(const CodecSpecificInfo* codec_specific_info,
|
||||
}
|
||||
return;
|
||||
case VideoCodecType::kVideoCodecVP9:
|
||||
// TODO(philipel): Implement VP9 to new generic descriptor.
|
||||
case VideoCodecType::kVideoCodecAV1:
|
||||
// TODO(philipel): Implement VP9 and AV1 to generic descriptor.
|
||||
return;
|
||||
case VideoCodecType::kVideoCodecH264:
|
||||
if (codec_specific_info) {
|
||||
|
||||
Reference in New Issue
Block a user