Mercurial > mplayer.hg
changeset 16196:d90f867b870d
10l, patch found in geexbox
author | alex |
---|---|
date | Thu, 11 Aug 2005 11:02:30 +0000 |
parents | cb08f47d3a79 |
children | 2201258c49fd |
files | libvo/vo_vesa.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vesa.c Wed Aug 10 23:27:39 2005 +0000 +++ b/libvo/vo_vesa.c Thu Aug 11 11:02:30 2005 +0000 @@ -468,6 +468,9 @@ #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 */ }