[Mplayer-cvslog] CVS: main/libmpdemux tv.c,1.17,1.18

Alex Beregszaszi alex at mplayer.dev.hu
Sun Dec 9 16:39:38 CET 2001


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

Modified Files:
	tv.c 
Log Message:
give the IMGFMT_ for sh_video->format not 0x0

Index: tv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tv.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- tv.c	3 Dec 2001 16:49:41 -0000	1.17
+++ tv.c	9 Dec 2001 15:39:35 -0000	1.18
@@ -244,7 +244,7 @@
     /* get IMAGE FORMAT */
     funcs->control(tvh->priv, TVI_CONTROL_VID_GET_FORMAT, &sh_video->format);
 //    if (IMGFMT_IS_RGB(sh_video->format) || IMGFMT_IS_BGR(sh_video->format))
-	sh_video->format = 0x0;
+//	sh_video->format = 0x0;
 
     /* set FPS and FRAMETIME */
     if(!sh_video->fps)




More information about the MPlayer-cvslog mailing list