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

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

Issue 345843002: Revert 276260 "Win Video Capture: Add support for HDYC pixel for..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 | trunk/src/media/video/capture/win/sink_filter_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/video/capture/win/sink_filter_win.h
===================================================================
--- trunk/src/media/video/capture/win/sink_filter_win.h (revision 278554)
+++ trunk/src/media/video/capture/win/sink_filter_win.h (working copy)
@@ -16,18 +16,14 @@
#include "media/video/capture/win/filter_base_win.h"
#include "media/video/capture/win/sink_filter_observer_win.h"
-namespace media {
-
// Define GUID for I420. This is the color format we would like to support but
// it is not defined in the DirectShow SDK.
// http://msdn.microsoft.com/en-us/library/dd757532.aspx
// 30323449-0000-0010-8000-00AA00389B71.
extern GUID kMediaSubTypeI420;
-// UYVY synonym with BT709 color components, used in HD video. This variation
-// might appear in non-USB capture cards and it's implemented as a normal YUV
-// pixel format with the characters HDYC encoded in the first array word.
-extern GUID kMediaSubTypeHDYC;
+namespace media {
+
class SinkInputPin;
class __declspec(uuid("88cdbbdc-a73b-4afa-acbf-15d5e2ce12c3"))
« no previous file with comments | « no previous file | trunk/src/media/video/capture/win/sink_filter_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698