yuy2 reported as working

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4351 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-01-26 15:43:31 +00:00
parent efb1d8e461
commit 6f408b47d7
1 changed files with 2 additions and 2 deletions

View File

@ -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"))