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

Unified Diff: test/video_codec_settings.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 | « modules/video_coding/video_codec_initializer.cc ('k') | video/payload_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/video_codec_settings.h
diff --git a/test/video_codec_settings.h b/test/video_codec_settings.h
index b52fbc7f42d0e2d3212260cb4c054035b722f99b..04b0b4a842feb43d21003f9bf3d70adf8e1a1331 100644
--- a/test/video_codec_settings.h
+++ b/test/video_codec_settings.h
@@ -100,6 +100,7 @@ static void CodecSettings(VideoCodecType codec_type, VideoCodec* settings) {
case kVideoCodecULPFEC:
case kVideoCodecFlexfec:
case kVideoCodecGeneric:
+ case kVideoCodecStereo:
case kVideoCodecUnknown:
RTC_NOTREACHED();
return;
« no previous file with comments | « modules/video_coding/video_codec_initializer.cc ('k') | video/payload_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698