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

Unified Diff: gpu/config/gpu_info.h

Issue 825843002: Add JPEG decoder for VAAPI JPEG decode acceleration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-vaapi-jpeg-parser
Patch Set: rebase+revise due to parser cl Created 5 years, 11 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: gpu/config/gpu_info.h
diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h
index 7c92d3ae7d702cf73410787b4f77a95e4ede9cf2..48ba1f064368c90f94b5e6399fe0399a974f2272 100644
--- a/gpu/config/gpu_info.h
+++ b/gpu/config/gpu_info.h
@@ -52,7 +52,8 @@ enum VideoCodecProfile {
H264PROFILE_MULTIVIEWHIGH = 10,
VP8PROFILE_ANY = 11,
VP9PROFILE_ANY = 12,
- VIDEO_CODEC_PROFILE_MAX = VP9PROFILE_ANY,
+ MJPEGPROFILE = 13,
+ VIDEO_CODEC_PROFILE_MAX = MJPEGPROFILE,
};
// Specification of an encoding profile supported by a hardware encoder.

Powered by Google App Engine
This is Rietveld 408576698