summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-26 15:43:31 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-26 15:43:31 +0000
commit6f408b47d7f592495c9e8d5af96b6a813a5778aa (patch)
tree32f07460dcf1bfe8e9e1da35ed956f0a76fb249e /libmpdemux/tv.c
parentefb1d8e46188048fbb86fc3589d54068cb972b56 (diff)
downloadmpv-6f408b47d7f592495c9e8d5af96b6a813a5778aa.tar.bz2
mpv-6f408b47d7f592495c9e8d5af96b6a813a5778aa.tar.xz
yuy2 reported as working
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4351 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/tv.c')
-rw-r--r--libmpdemux/tv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/tv.c b/libmpdemux/tv.c
index 4cfc6827d9..a3062491ef 100644
--- a/libmpdemux/tv.c
+++ b/libmpdemux/tv.c
@@ -113,8 +113,8 @@ int stream_open_tv(stream_t *stream, tvi_handle_t *tvh)
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"))