summaryrefslogtreecommitdiff
path: root/chromium/media/video
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-05 17:15:33 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-11 07:47:18 +0000
commit7324afb043a0b1e623d8e8eb906cdc53bdeb4685 (patch)
treea3fe2d74ea9c9e142c390dac4ca0e219382ace46 /chromium/media/video
parent6a4cabb866f66d4128a97cdc6d9d08ce074f1247 (diff)
downloadqtwebengine-chromium-7324afb043a0b1e623d8e8eb906cdc53bdeb4685.tar.gz
BASELINE: Update Chromium to 58.0.3029.54
Change-Id: I67f57065a7afdc8e4614adb5c0230281428df4d1 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'chromium/media/video')
-rw-r--r--chromium/media/video/video_decode_accelerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/media/video/video_decode_accelerator.h b/chromium/media/video/video_decode_accelerator.h
index ff18007634a..97af30bba00 100644
--- a/chromium/media/video/video_decode_accelerator.h
+++ b/chromium/media/video/video_decode_accelerator.h
@@ -169,6 +169,9 @@ class MEDIA_EXPORT VideoDecodeAccelerator {
// Each SPS and PPS is prefixed with the Annex B framing bytes: 0, 0, 0, 1.
std::vector<uint8_t> sps;
std::vector<uint8_t> pps;
+
+ // Color space specified by the container.
+ gfx::ColorSpace color_space;
};
// Interface for collaborating with picture interface to provide memory for