Mercurial > mplayer.hg
changeset 2825:c4b167e07a62
support for UYVY
author | arpi |
---|---|
date | Sun, 11 Nov 2001 13:23:28 +0000 |
parents | 2f7f02fa1199 |
children | 17f46b2330e9 |
files | mencoder.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Sun Nov 11 13:20:28 2001 +0000 +++ b/mencoder.c Sun Nov 11 13:23:28 2001 +0000 @@ -343,6 +343,7 @@ if(out_fmt==IMGFMT_I420) break; if(out_fmt==IMGFMT_IYUV) break; if(out_fmt==IMGFMT_YUY2) break; + if(out_fmt==IMGFMT_UYVY) break; } if(i>=CODECS_MAX_OUTFMT){ mp_msg(MSGT_MENCODER,MSGL_FATAL,MSGTR_VOincompCodec);