changeset 4350:70ac7ab2a982

yuy2 reported as working
author alex
date Sat, 26 Jan 2002 15:43:31 +0000
parents 266cb1a68519
children aac822b8a630
files libmpdemux/tv.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/tv.c	Sat Jan 26 01:21:41 2002 +0000
+++ b/libmpdemux/tv.c	Sat Jan 26 15:43:31 2002 +0000
@@ -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"))