1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 08:12:17 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22237 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2007-02-16 21:17:41 +00:00
parent db9d35b669
commit 40bbdc2358

View File

@ -438,6 +438,8 @@ static int query_format(struct vf_instance_s* vf, unsigned int fmt){
case IMGFMT_444P:
case IMGFMT_422P:
case IMGFMT_411P:
case IMGFMT_BGR8:
case IMGFMT_RGB8:
{
unsigned int best=find_best_out(vf);
int flags;