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. |