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

Unified Diff: media/capture/video/win/sink_filter_win.h

Issue 1332653005: Revert of Win Video Capture: add UYVY pixel format to Cr sink filter pin capabilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | media/capture/video/win/sink_filter_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/win/sink_filter_win.h
diff --git a/media/capture/video/win/sink_filter_win.h b/media/capture/video/win/sink_filter_win.h
index ec8d6b4283c55daec4a5ee720f0d8c2a5bcec2f6..f718f01cc499351c93fedfa2787ee25eee8e4997 100644
--- a/media/capture/video/win/sink_filter_win.h
+++ b/media/capture/video/win/sink_filter_win.h
@@ -41,7 +41,7 @@
const BITMAPINFOHEADER& info_header);
// Returns the format that is negotiated when this
// filter is connected to a media filter.
- const VideoCaptureFormat& ResultingFormat() const;
+ const VideoCaptureFormat& ResultingFormat();
// Implement FilterBase.
size_t NoOfPins() override;
« no previous file with comments | « no previous file | media/capture/video/win/sink_filter_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698