make outfmt=uyvy work with rivatv patch by Stephen Beahm

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11657 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2003-12-18 10:39:55 +00:00
parent eea042b868
commit 3f8451c83c
1 changed files with 2 additions and 0 deletions

View File

@ -241,6 +241,8 @@ static int format2palette(int format)
return(VIDEO_PALETTE_YUV420P);
case IMGFMT_YUY2:
return(VIDEO_PALETTE_YUV422);
case IMGFMT_UYVY:
return(VIDEO_PALETTE_UYVY);
}
return(-1);
}