summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-11 11:02:30 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-11 11:02:30 +0000
commit76f0fb31b6abb41da5bba4dff96dca282c66cda6 (patch)
treeeddb3180a948902994a90f84ea37abc7fb315233 /libvo
parent812ee3753ef2bc233e56a63bd704b5e797d1801c (diff)
downloadmpv-76f0fb31b6abb41da5bba4dff96dca282c66cda6.tar.bz2
mpv-76f0fb31b6abb41da5bba4dff96dca282c66cda6.tar.xz
10l, patch found in geexbox
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16197 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vesa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index ef54d45eda..fb06bae8b0 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -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 */
}