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

Unified Diff: media/gpu/v4l2_video_decode_accelerator.h

Issue 2398883002: Add support for multiple V4L2 video devices of the same type. (Closed)
Patch Set: comments addressed Created 4 years, 2 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/gpu/v4l2_video_decode_accelerator.h
diff --git a/media/gpu/v4l2_video_decode_accelerator.h b/media/gpu/v4l2_video_decode_accelerator.h
index a0110a24bbcfc6cba370d327527bc1ca23cb9f7a..d9445ab15b6958ccf7d7ba8b3689b5b00e181cf1 100644
--- a/media/gpu/v4l2_video_decode_accelerator.h
+++ b/media/gpu/v4l2_video_decode_accelerator.h
@@ -527,6 +527,8 @@ class MEDIA_GPU_EXPORT V4L2VideoDecodeAccelerator
// The codec we'll be decoding for.
VideoCodecProfile video_profile_;
+ // Chosen input format for video_profile_.
+ uint32_t input_format_fourcc_;
// Chosen output format.
uint32_t output_format_fourcc_;

Powered by Google App Engine
This is Rietveld 408576698