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:
brandtr
2016-11-07 03:03:41 -08:00
committed by Commit bot
parent d8048955fb
commit 87d7d77700
15 changed files with 34 additions and 1 deletions

View File

@ -40,6 +40,7 @@ void RtpFrameReferenceFinder::ManageFrame(
}
switch (frame->codec_type()) {
case kVideoCodecFlexfec:
case kVideoCodecULPFEC:
case kVideoCodecRED:
case kVideoCodecUnknown: