amlvideo: remove some print info
authorshuanglong.wang <shuanglong.wang@amlogic.com>
Tue, 3 Jul 2018 03:27:19 +0000 (11:27 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Wed, 4 Jul 2018 07:32:07 +0000 (00:32 -0700)
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>
drivers/amlogic/media/video_processor/video_dev/amlvideo.c

index a6cefe9..828db50 100644 (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;