X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fomapdrmtest.git;a=blobdiff_plain;f=util%2Fvpe-common.c;h=576addf194bf579ad5815efb47b7adea5db32db3;hp=c3f6e4eb48ebee09f9c58fed670f17c6e93cb15a;hb=36701c0d2fd5313f6653bf00b9e38a1b1242b3c6;hpb=3b4478350587e9d6e88bb79be2231355028c293d diff --git a/util/vpe-common.c b/util/vpe-common.c index c3f6e4e..576addf 100755 --- a/util/vpe-common.c +++ b/util/vpe-common.c @@ -474,7 +474,8 @@ int vpe_input_qbuf(struct vpe *vpe, int index) struct v4l2_buffer buf; struct v4l2_plane planes[2]; - dprintf("vpe input buffer queue\n"); + dprintf("vpe: src QBUF (%d):%s field", vpe->field, + vpe->field==V4L2_FIELD_TOP?"top":"bottom"); memset(&buf, 0, sizeof buf); memset(&planes, 0, sizeof planes);