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

Unified Diff: common_video/video_frame.cc

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 | « common_video/include/video_frame_buffer.h ('k') | common_video/video_frame_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common_video/video_frame.cc
diff --git a/common_video/video_frame.cc b/common_video/video_frame.cc
index efe553648c0021995a3282abba2ac221f004bd84..67207b464ff2eddca97480229358e05ece464d99 100644
--- a/common_video/video_frame.cc
+++ b/common_video/video_frame.cc
@@ -35,6 +35,7 @@ size_t EncodedImage::GetBufferPaddingBytes(VideoCodecType codec_type) {
case kVideoCodecULPFEC:
case kVideoCodecFlexfec:
case kVideoCodecGeneric:
+ case kVideoCodecStereo:
case kVideoCodecUnknown:
return 0;
}
« no previous file with comments | « common_video/include/video_frame_buffer.h ('k') | common_video/video_frame_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698