diff mp_osd.h @ 29670:2e3751815a21

Add support for displaying subtitles on the command-line when playing audio-only files.
author reimar
date Wed, 23 Sep 2009 21:48:48 +0000
parents 4129c8cfa742
children c1a3f1bbba26
line wrap: on
line diff
--- a/mp_osd.h	Wed Sep 23 21:27:36 2009 +0000
+++ b/mp_osd.h	Wed Sep 23 21:48:48 2009 +0000
@@ -11,6 +11,7 @@
 #define OSD_MSG_RADIO_CHANNEL           7
 /// Base id for messages generated from the commmand to property bridge.
 #define OSD_MSG_PROPERTY                0x100
+#define OSD_MSG_SUB_BASE                0x1000
 
 #define MAX_OSD_LEVEL 3
 #define MAX_TERM_OSD_LEVEL 1