[Mplayer-cvslog] CVS: main/libmpdemux tvi_v4l.c,1.53,1.54

Colin Leroy CVS colin at mplayerhq.hu
Sun Feb 2 03:36:38 CET 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv7157/libmpdemux

Modified Files:
	tvi_v4l.c 
Log Message:
fix default device (manpage says /dev/video0, /dev/video often is a directory)


Index: tvi_v4l.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tvi_v4l.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- tvi_v4l.c	2 Feb 2003 02:28:59 -0000	1.53
+++ tvi_v4l.c	2 Feb 2003 02:36:35 -0000	1.54
@@ -266,7 +266,7 @@
 
     /* set video device name */
     if (!device)
-	priv->video_device = strdup("/dev/video");
+	priv->video_device = strdup("/dev/video0");
     else
 	priv->video_device = strdup(device);
 



More information about the MPlayer-cvslog mailing list