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

Unified Diff: common_types.h

Issue 2951033003: [EXPERIMENTAL] Generic stereo codec with index header sending single frames
Patch Set: Rebase and add external codec support. Created 3 years, 3 months 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 | « call/video_send_stream.h ('k') | common_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common_types.h
diff --git a/common_types.h b/common_types.h
index 69fc7611407e7886f98d38baa761ab1d57fe7653..2e2eccfe3d073ee8322fe9ce0ed40f4f18145d07 100644
--- a/common_types.h
+++ b/common_types.h
@@ -552,6 +552,7 @@ enum VideoCodecType {
kVideoCodecULPFEC,
kVideoCodecFlexfec,
kVideoCodecGeneric,
+ kVideoCodecStereo,
kVideoCodecUnknown
};
« no previous file with comments | « call/video_send_stream.h ('k') | common_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698