diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-10-09 22:20:11 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-10-09 22:20:11 +0000 |
commit | 100128821d754526f85f5edd6c7469fff900e592 (patch) | |
tree | f380dd175e1f135414dfa356c6a2e2db3ba200d7 /src/xine-engine/video_out.h | |
parent | 64805b8b96462567deb2ee107b064e9833f4a4c1 (diff) | |
download | xine-lib-100128821d754526f85f5edd6c7469fff900e592.tar.gz xine-lib-100128821d754526f85f5edd6c7469fff900e592.tar.bz2 |
overlay clut colorspace conversion
CVS patchset: 783
CVS date: 2001/10/09 22:20:11
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; - + }; /* |