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

Unified Diff: media/base/video_frame.cc

Issue 68503005: Reorganize media::VideoCapture* types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a7375761 Rebase. Created 7 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
Index: media/base/video_frame.cc
diff --git a/media/base/video_frame.cc b/media/base/video_frame.cc
index 490dd784f0db13ae564473533db409dc4079021c..36933b35f3d31da092263ef85fe954c6049b91b9 100644
--- a/media/base/video_frame.cc
+++ b/media/base/video_frame.cc
@@ -315,8 +315,8 @@ size_t VideoFrame::PlaneAllocationSize(Format format,
#endif
break;
}
- NOTREACHED() << "Unsupported video frame format/plane: "
- << format << "/" << plane;
+ NOTREACHED() << "Unsupported video frame format/plane: " << format << "/"
+ << plane;
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698