From 100128821d754526f85f5edd6c7469fff900e592 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 9 Oct 2001 22:20:11 +0000 Subject: overlay clut colorspace conversion CVS patchset: 783 CVS date: 2001/10/09 22:20:11 --- src/xine-engine/video_out.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/video_out.h') diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 48e85e56b..4e8bc1bee 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.22 2001/09/26 17:19:49 jkeil Exp $ + * $Id: video_out.h,v 1.23 2001/10/09 22:20:11 miguelfreitas Exp $ * * * xine version of video_out.h @@ -295,12 +295,13 @@ struct vo_overlay_s { uint32_t color[4]; /* color lookup table */ uint8_t trans[4]; /* mixer key table */ + int rgb_clut; /* true if clut was converted to rgb*/ int clip_top; int clip_bottom; int clip_left; int clip_right; - + }; /* -- cgit v1.2.3