[Mplayer-cvslog] CVS: main/libmpdemux tvi_dummy.c,1.9,1.10

Winner of tha face compo gabucino at mplayerhq.hu
Sun Jan 26 11:53:58 CET 2003


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

Modified Files:
	tvi_dummy.c 
Log Message:

added TVI_CONTROL_TUN_SET_NORM
(making the 'dummy' v4l driver work again)
(however on channel switch it goes sig11 in key_events somebody pls fix)


Index: tvi_dummy.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tvi_dummy.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tvi_dummy.c	8 Sep 2002 16:05:59 -0000	1.9
+++ tvi_dummy.c	26 Jan 2003 10:53:34 -0000	1.10
@@ -84,6 +84,8 @@
 	case TVI_CONTROL_VID_CHK_WIDTH:
 	case TVI_CONTROL_VID_CHK_HEIGHT:
 	    return(TVI_CONTROL_TRUE);
+	case TVI_CONTROL_TUN_SET_NORM:
+	    return(TVI_CONTROL_TRUE);
     }
     return(TVI_CONTROL_UNKNOWN);
 }



More information about the MPlayer-cvslog mailing list