[MPlayer-cvslog] r33367 - trunk/mp_core.h

reimar subversion at mplayerhq.hu
Thu May 5 07:29:58 CEST 2011


Author: reimar
Date: Thu May  5 07:29:58 2011
New Revision: 33367

Log:
Forgotten part of previous commit: add INITIALIZED_SUBS

Modified:
   trunk/mp_core.h

Modified: trunk/mp_core.h
==============================================================================
--- trunk/mp_core.h	Wed May  4 22:38:06 2011	(r33366)
+++ trunk/mp_core.h	Thu May  5 07:29:58 2011	(r33367)
@@ -42,6 +42,7 @@
 #define INITIALIZED_DEMUXER 512
 #define INITIALIZED_ACODEC  1024
 #define INITIALIZED_VCODEC  2048
+#define INITIALIZED_SUBS    4096
 #define INITIALIZED_ALL     0xFFFF
 
 


More information about the MPlayer-cvslog mailing list