Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: webrtc/common_types.h

Issue 2470103002: Add new codec for FlexFEC. (Closed)
Patch Set: Rebase. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/webrtcsdp.cc ('k') | webrtc/common_video/video_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 678b8566282ed97483d880e6d8ad911358023346..24ba00a8450e4e9869c544f772c774105af0100c 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -558,6 +558,7 @@ enum VideoCodecType {
kVideoCodecI420,
kVideoCodecRED,
kVideoCodecULPFEC,
+ kVideoCodecFlexfec,
kVideoCodecGeneric,
kVideoCodecUnknown
};
« no previous file with comments | « webrtc/api/webrtcsdp.cc ('k') | webrtc/common_video/video_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698