From 110c2b9cdc63b26e2c1bfc1d1364dcc0948c846e Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 22 Apr 2007 15:44:42 +0000 Subject: simplified depth definition git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23078 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/savage_vid.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'vidix/savage_vid.c') diff --git a/vidix/savage_vid.c b/vidix/savage_vid.c index 599852f68f..d352614df0 100644 --- a/vidix/savage_vid.c +++ b/vidix/savage_vid.c @@ -1066,10 +1066,7 @@ savage_query_fourcc (vidix_fourcc_t * to) { if (is_supported_fourcc (to->fourcc)) { - to->depth = VID_DEPTH_1BPP | VID_DEPTH_2BPP | - VID_DEPTH_4BPP | VID_DEPTH_8BPP | - VID_DEPTH_12BPP | VID_DEPTH_15BPP | - VID_DEPTH_16BPP | VID_DEPTH_24BPP | VID_DEPTH_32BPP; + to->depth = VID_DEPTH_ALL; to->flags = VID_CAP_EXPAND | VID_CAP_SHRINK | VID_CAP_COLORKEY; return 0; } -- cgit v1.2.3