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 <shuanglong.wang@amlogic.com>
This commit is contained in:
shuanglong.wang
2018-07-03 11:27:19 +08:00
committed by Yixun Lan
parent 42fa6d89ce
commit b7d4bb38b6

View File

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