projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a177736
)
vp9: fix CONFIG_AMLOGIC_MEDIA_MULTI_DEC patch
author
afl1
<afl2001@gmail.com>
Wed, 26 Jun 2019 17:14:17 +0000
(19:14 +0200)
committer
Nick Xie
<nick@khadas.com>
Fri, 12 Jul 2019 05:37:20 +0000
(13:37 +0800)
drivers/amlogic/media_modules/frame_provider/decoder/vp9/vvp9.c
patch
|
blob
|
history
diff --git
a/drivers/amlogic/media_modules/frame_provider/decoder/vp9/vvp9.c
b/drivers/amlogic/media_modules/frame_provider/decoder/vp9/vvp9.c
index
230a58f
..
4d2c221
100644
(file)
--- a/
drivers/amlogic/media_modules/frame_provider/decoder/vp9/vvp9.c
+++ b/
drivers/amlogic/media_modules/frame_provider/decoder/vp9/vvp9.c
@@
-7826,7
+7826,7
@@
int vvp9_dec_status(struct vdec_s *vdec, struct vdec_info *vstatus)
vstatus->error_count = 0;
vstatus->status = vp9->stat | vp9->fatal_error;
vstatus->frame_dur = vp9->frame_dur;
-#ifdef CONFIG_AMLOGIC_MEDIA_MULTI_DEC
+#if
0 //#ifn
def CONFIG_AMLOGIC_MEDIA_MULTI_DEC
vstatus->bit_rate = gvs->bit_rate;
vstatus->frame_data = gvs->frame_data;
vstatus->total_data = gvs->total_data;