Index: content/common/gpu/media/exynos_video_decode_accelerator.h |
diff --git a/content/common/gpu/media/exynos_video_decode_accelerator.h b/content/common/gpu/media/exynos_video_decode_accelerator.h |
index 0eb3299c018e4465313ed35c00a55994dc80e053..e8bce440eb03bd805a7f90e64aec54cbc8359a25 100644 |
--- a/content/common/gpu/media/exynos_video_decode_accelerator.h |
+++ b/content/common/gpu/media/exynos_video_decode_accelerator.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. |
Ami GONE FROM CHROMIUM
2013/06/13 20:56:47
lolwat?
|
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
@@ -91,12 +91,6 @@ class CONTENT_EXPORT ExynosVideoDecodeAccelerator : |
// Number of output buffers to use for each VDA stage above what's required |
// by the decoder (e.g. DPB size, in H264). |
kDpbOutputBufferExtraCount = 3, |
- // We're continuing to have issues with synchronization between Mali 3D and |
- // Exynos video decode, so we buffer this many extra GSC output buffers in |
- // the GSC free output buffers queue, to add a safety margin. |
- // Must be lesser than or equal to kDpbOutputBufferExtraCount. |
- // TODO(sheu): remove this hack (http://crbug.com/225563). |
- kGscOutputBufferExtraForSyncCount = 2, |
}; |
// Internal state of the decoder. |