From 32bf4ecc51dd2177aac6ac78243cf01385d0ab28 Mon Sep 17 00:00:00 2001 From: "shihong.zheng" Date: Fri, 27 Oct 2017 20:43:44 +0800 Subject: [PATCH] PD#153240: vvp9: use pts for vts test default Change-Id: I66a59de40fe46d1f7f31a5671607e8b5d83c81d7 Signed-off-by: shihong.zheng --- .../amlogic/media_modules/frame_provider/decoder/vp9/vvp9.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 e39a1dbd7a15..94299573f535 100644 --- a/drivers/amlogic/media_modules/frame_provider/decoder/vp9/vvp9.c +++ b/drivers/amlogic/media_modules/frame_provider/decoder/vp9/vvp9.c @@ -6706,13 +6706,14 @@ TODO:FOR VERSION ret = vp9_local_init(pbi); - + /* + //note: drop for vts test if (!pbi->pts_unstable) { pbi->pts_unstable = (pbi->vvp9_amstream_dec_info.rate == 0)?1:0; pr_info("set pts unstable\n"); } - + */ return ret; }