Index: content/common/gpu/media/tegra_v4l2_device.cc |
diff --git a/content/common/gpu/media/tegra_v4l2_device.cc b/content/common/gpu/media/tegra_v4l2_device.cc |
index 21cb57f5bb4661cc38693f089210504b74f3ebf4..63b312acd9a23b3bb139081a6eb9cf9e2c596d6a 100644 |
--- a/content/common/gpu/media/tegra_v4l2_device.cc |
+++ b/content/common/gpu/media/tegra_v4l2_device.cc |
@@ -155,6 +155,9 @@ bool TegraV4L2Device::Initialize() { |
case kImageProcessor: |
wuchengli
2015/06/11 11:08:54
Just change this to default.
henryhsu
2015/06/12 05:48:00
Done.
|
DVLOG(1) << "Device type " << type_ << " not supported on this platform"; |
return false; |
+ case kJpegDecoder: |
+ DVLOG(1) << "Device type " << type_ << " not supported on this platform"; |
+ return false; |
} |
if (!g_tegra_function_symbol_finder_.Get().initialized()) { |