From 485373f2b583f6784ee548413b7adf90aa61f445 Mon Sep 17 00:00:00 2001 From: ming_qian Date: Thu, 18 Apr 2019 17:00:54 +0800 Subject: [PATCH] MLK-21087-4:[i.MX8QXP/VPU]: Integrate timestamp manager into driver set tsm_use_consumed_length default to 1 Signed-off-by: ming_qian --- drivers/mxc/vpu_malone/vpu_b0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mxc/vpu_malone/vpu_b0.c b/drivers/mxc/vpu_malone/vpu_b0.c index 9addc7c7dcd4..12a5e07a3c3f 100644 --- a/drivers/mxc/vpu_malone/vpu_b0.c +++ b/drivers/mxc/vpu_malone/vpu_b0.c @@ -64,7 +64,7 @@ static int vpu_frmcrcdump_ena; static int stream_buffer_threshold; static int tsm_mode = MODE_AI; static int tsm_buffer_size = 1024; -static int tsm_use_consumed_length; +static int tsm_use_consumed_length = 1; /* Generic End of content startcodes to differentiate from those naturally in the stream/file */ #define EOS_GENERIC_HEVC 0x7c010000 -- 2.17.1