[Mplayer-cvslog] CVS: main/libvo video_out.c,1.28,1.29
Alex Beregszaszi
alex at mplayer.dev.hu
Mon Nov 5 16:29:03 CET 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv18351
Modified Files:
video_out.c
Log Message:
vo_palette added
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- video_out.c 5 Nov 2001 02:58:47 -0000 1.28
+++ video_out.c 5 Nov 2001 15:29:00 -0000 1.29
@@ -47,6 +47,9 @@
char *vo_subdevice = NULL;
+/* for 8bpp movies (CRAM) */
+char *vo_palette = NULL;
+
//
// Externally visible list of all vo drivers
//
More information about the MPlayer-cvslog
mailing list