10l, patch found in geexbox

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16197 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2005-08-11 11:02:30 +00:00
parent 812ee3753e
commit 76f0fb31b6
1 changed files with 3 additions and 0 deletions

View File

@ -468,6 +468,9 @@ static int query_format(uint32_t format)
#ifdef CONFIG_VIDIX
if(vidix_name)return(vidix_query_fourcc(format));
#endif
if (format == IMGFMT_MPEGPES)
return 0;
// FIXME: this is just broken...
return VFCAP_CSP_SUPPORTED | VFCAP_OSD | VFCAP_SWSCALE | VFCAP_ACCEPT_STRIDE; /* due new SwScale code */
}