Add new codec for FlexFEC.
This CL does nothing except adding new strings and enums corresponding to the new codec. R=stefan@webrtc.org BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2470103002 Cr-Commit-Position: refs/heads/master@{#14943}
This commit is contained in:
@ -40,6 +40,7 @@ void RtpFrameReferenceFinder::ManageFrame(
|
||||
}
|
||||
|
||||
switch (frame->codec_type()) {
|
||||
case kVideoCodecFlexfec:
|
||||
case kVideoCodecULPFEC:
|
||||
case kVideoCodecRED:
|
||||
case kVideoCodecUnknown:
|
||||
|
||||
Reference in New Issue
Block a user