diff libvo/sub.h @ 3034:24d3dca4e813

DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>
author arpi
date Tue, 20 Nov 2001 18:36:50 +0000
parents 38bb41c48d1f
children 47bcafe1442e
line wrap: on
line diff
--- a/libvo/sub.h	Tue Nov 20 18:34:40 2001 +0000
+++ b/libvo/sub.h	Tue Nov 20 18:36:50 2001 +0000
@@ -21,6 +21,8 @@
 
 extern subtitle* vo_sub;
 
+extern void* vo_spudec;
+
 #define OSD_PLAY 0x01
 #define OSD_PAUSE 0x02
 #define OSD_STOP 0x03