changeset 33280:d25054d6d2c2

Forgotten part of previous commit: add INITIALIZED_SUBS
author reimar
date Thu, 05 May 2011 05:29:58 +0000
parents af44c90c8473
children 0abc79c9142d
files mp_core.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mp_core.h	Wed May 04 20:38:06 2011 +0000
+++ b/mp_core.h	Thu May 05 05:29:58 2011 +0000
@@ -42,6 +42,7 @@
 #define INITIALIZED_DEMUXER 512
 #define INITIALIZED_ACODEC  1024
 #define INITIALIZED_VCODEC  2048
+#define INITIALIZED_SUBS    4096
 #define INITIALIZED_ALL     0xFFFF