[Mplayer-cvslog] CVS: main/libmpdemux tv.c,1.23,1.24

Alex Beregszaszi alex at mplayer.dev.hu
Sat Jan 26 16:43:45 CET 2002


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

Modified Files:
	tv.c 
Log Message:
yuy2 reported as working

Index: tv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tv.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- tv.c	18 Jan 2002 19:37:12 -0000	1.23
+++ tv.c	26 Jan 2002 15:43:31 -0000	1.24
@@ -113,8 +113,8 @@
 	picture_format = IMGFMT_I420;
     else if (!strcasecmp(tv_param_outfmt, "uyvy"))
 	picture_format = IMGFMT_UYVY;
-//    else if (!strcasecmp(tv_param_outfmt, "yuy2"))
-//	picture_format = IMGFMT_YUY2;
+    else if (!strcasecmp(tv_param_outfmt, "yuy2"))
+	picture_format = IMGFMT_YUY2;
     else if (!strcasecmp(tv_param_outfmt, "rgb32"))
 	picture_format = IMGFMT_RGB32;
     else if (!strcasecmp(tv_param_outfmt, "rgb24"))




More information about the MPlayer-cvslog mailing list