PD#153240: vvp9: use pts for vts test default

Change-Id: I66a59de40fe46d1f7f31a5671607e8b5d83c81d7
Signed-off-by: shihong.zheng <shihong.zheng@amlogic.com>
This commit is contained in:
shihong.zheng
2017-10-27 20:43:44 +08:00
committed by Dongjin Kim
parent e8c54a7ae6
commit 32bf4ecc51

View File

@@ -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;
}