diff libmpdemux/tvi_v4l2.c @ 18176:f72bc5754209

Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
author reynaldo
date Sat, 22 Apr 2006 05:12:10 +0000
parents 8ceb31f028ee
children 4928dd61f136
line wrap: on
line diff
--- a/libmpdemux/tvi_v4l2.c	Fri Apr 21 18:46:17 2006 +0000
+++ b/libmpdemux/tvi_v4l2.c	Sat Apr 22 05:12:10 2006 +0000
@@ -1031,7 +1031,7 @@
 	standard.index = i;
 	if (-1 == ioctl(priv->video_fd, VIDIOC_ENUMSTD, &standard))
 	    break;
-	printf(" %d = %s;", i, standard.name);
+	mp_msg(MSGT_TV, MSGL_INFO, " %d = %s;", i, standard.name);
     }
     mp_msg(MSGT_TV, MSGL_INFO, "\n inputs:");
     for (i = 0; 1; i++) {