summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt8192/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt8192/video.c')
-rw-r--r--chip/mt_scp/mt8192/video.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/chip/mt_scp/mt8192/video.c b/chip/mt_scp/mt8192/video.c
index 2f9b9a7808..8cb4f9588e 100644
--- a/chip/mt_scp/mt8192/video.c
+++ b/chip/mt_scp/mt8192/video.c
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -13,7 +13,6 @@ uint32_t video_get_enc_capability(void)
uint32_t video_get_dec_capability(void)
{
- return VDEC_CAP_4K_DISABLED | VDEC_CAP_MM21 |
- VDEC_CAP_H264_SLICE | VDEC_CAP_VP8_FRAME |
- VDEC_CAP_VP9_FRAME;
+ return VDEC_CAP_4K_DISABLED | VDEC_CAP_MM21 | VDEC_CAP_H264_SLICE |
+ VDEC_CAP_VP8_FRAME | VDEC_CAP_VP9_FRAME;
}