[MPlayer-cvslog] CVS: main/Gui app.h,1.20,1.21

Guillaume Poirier CVS syncmail at mplayerhq.hu
Sun Apr 16 18:58:38 CEST 2006


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv15879/Gui

Modified Files:
	app.h 
Log Message:
Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).
Patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
Original thread:
Date: Apr 12, 2006 1:50 PM
Subject: [MPlayer-dev-eng] [PATCH] GUI: add cheap subtitle switching for non-DVD


Index: app.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/app.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- app.h	27 Mar 2006 11:39:26 -0000	1.20
+++ app.h	16 Apr 2006 16:58:35 -0000	1.21
@@ -60,7 +60,8 @@
 #define evSetAspect         44
 #define evSetAudio	    45
 #define evSetVideo	    46
-// 47 ...
+#define evSetSubtitle       47
+// 48 ...
 
 #define evExit              1000
 




More information about the MPlayer-cvslog mailing list