diff libvo/sub.h @ 4080:47bcafe1442e

Add vobsub support.
author kmkaplan
date Thu, 10 Jan 2002 17:20:27 +0000
parents 24d3dca4e813
children 156482788caf
line wrap: on
line diff
--- a/libvo/sub.h	Thu Jan 10 17:18:30 2002 +0000
+++ b/libvo/sub.h	Thu Jan 10 17:20:27 2002 +0000
@@ -22,6 +22,7 @@
 extern subtitle* vo_sub;
 
 extern void* vo_spudec;
+extern void* vo_vobsub;
 
 #define OSD_PLAY 0x01
 #define OSD_PAUSE 0x02