Delete RTP-specific values from the VideoCodecType enum.
Bug: None Change-Id: Icd6a03f4dc7cfe074ba1e0370ed40938f0f1d7ed Reviewed-on: https://webrtc-review.googlesource.com/80442 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23527}
This commit is contained in:
@ -159,9 +159,6 @@ bool VCMEncoderDataBase::RequiresEncoderReset(
|
||||
break;
|
||||
// Known codecs without payload-specifics
|
||||
case kVideoCodecI420:
|
||||
case kVideoCodecRED:
|
||||
case kVideoCodecULPFEC:
|
||||
case kVideoCodecFlexfec:
|
||||
case kVideoCodecMultiplex:
|
||||
break;
|
||||
// Unknown codec type, reset just to be sure.
|
||||
|
||||
Reference in New Issue
Block a user