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

Unified Diff: media/base/video_capture_types.h

Issue 1036063002: MEDIASUBTYPE_RGB32 support for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fallback in switch statement. Created 5 years, 9 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
Index: media/base/video_capture_types.h
diff --git a/media/base/video_capture_types.h b/media/base/video_capture_types.h
index 8ca8ed6bc809f4d7834a67925fd7500ff588d230..817e94298cb9d4fbb31ea3cbf874550dc4577b84 100644
--- a/media/base/video_capture_types.h
+++ b/media/base/video_capture_types.h
@@ -25,6 +25,7 @@ enum VideoPixelFormat {
PIXEL_FORMAT_UYVY,
PIXEL_FORMAT_YUY2,
PIXEL_FORMAT_RGB24,
+ PIXEL_FORMAT_RGB32,
PIXEL_FORMAT_ARGB,
PIXEL_FORMAT_MJPEG,
PIXEL_FORMAT_TEXTURE, // Capture format as a GL texture.
« no previous file with comments | « content/browser/renderer_host/media/video_capture_device_client.cc ('k') | media/base/video_capture_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698