mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 22:06:59 +00:00
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:
parent
eea042b868
commit
3f8451c83c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user