From b7d4bb38b659ec71f94329c75229881cf62da008 Mon Sep 17 00:00:00 2001 From: "shuanglong.wang" Date: Tue, 3 Jul 2018 11:27:19 +0800 Subject: [PATCH] amlvideo: remove some print info PD#169021: remove some print info remove some print info, for interlace frame, bottom pts will be zero in single mode and multi intstance force interlace. Change-Id: Ie1e3285e11cca37a6be98aecf55a927186cc727c Signed-off-by: shuanglong.wang --- drivers/amlogic/media/video_processor/video_dev/amlvideo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/amlogic/media/video_processor/video_dev/amlvideo.c b/drivers/amlogic/media/video_processor/video_dev/amlvideo.c index a6cefe9..828db50 100644 --- a/drivers/amlogic/media/video_processor/video_dev/amlvideo.c +++ b/drivers/amlogic/media/video_processor/video_dev/amlvideo.c @@ -535,8 +535,8 @@ static int vidioc_dqbuf(struct file *file, void *priv, struct v4l2_buffer *p) pts_us64 = dev->last_pts_us64 + (DUR2PTS(dev->vf->duration))*100/9; dev->vf->pts = pts_us64*9/100; - AMLVIDEO_WARN("pts= %d, dev->vf->duration= %d\n", - dev->vf->pts, (DUR2PTS(dev->vf->duration))); + /*AMLVIDEO_WARN("pts= %d, dev->vf->duration= %d\n",*/ + /*dev->vf->pts, (DUR2PTS(dev->vf->duration)));*/ } next_vf = vf_peek(dev->vf_receiver_name); dev->vf->next_vf_pts_valid = next_vf != NULL; -- 2.7.4