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
1 changed files with 2 additions and 0 deletions

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;