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

Unified Diff: content/common/gpu/media/v4l2_device.h

Issue 1125263005: MJPEG acceleration for V4L2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: content/common/gpu/media/v4l2_device.h
diff --git a/content/common/gpu/media/v4l2_device.h b/content/common/gpu/media/v4l2_device.h
index 72af69967b3ea83d9820eee283b52e88b6754cad..7b74706d0b0af4594fcda77c50233a893f671428 100644
--- a/content/common/gpu/media/v4l2_device.h
+++ b/content/common/gpu/media/v4l2_device.h
@@ -39,6 +39,7 @@ class CONTENT_EXPORT V4L2Device
kDecoder,
kEncoder,
kImageProcessor,
+ kJpegDecoder,
};
// Creates and initializes an appropriate V4L2Device of |type| for the

Powered by Google App Engine
This is Rietveld 408576698