diff mp_core.h @ 25962:afa125da85cf

typo fix: inited --> initialized
author diego
date Thu, 14 Feb 2008 14:23:55 +0000
parents 21a1dc062bc5
children 4129c8cfa742
line wrap: on
line diff
--- a/mp_core.h	Wed Feb 13 21:36:27 2008 +0000
+++ b/mp_core.h	Thu Feb 14 14:23:55 2008 +0000
@@ -5,18 +5,18 @@
 
 // definitions used internally by the core player code
 
-#define INITED_VO 1
-#define INITED_AO 2
-#define INITED_GUI 4
-#define INITED_GETCH2 8
-#define INITED_SPUDEC 32
-#define INITED_STREAM 64
-#define INITED_INPUT    128
-#define INITED_VOBSUB  256
-#define INITED_DEMUXER 512
-#define INITED_ACODEC  1024
-#define INITED_VCODEC  2048
-#define INITED_ALL 0xFFFF
+#define INITIALIZED_VO      1
+#define INITIALIZED_AO      2
+#define INITIALIZED_GUI     4
+#define INITIALIZED_GETCH2  8
+#define INITIALIZED_SPUDEC  32
+#define INITIALIZED_STREAM  64
+#define INITIALIZED_INPUT   128
+#define INITIALIZED_VOBSUB  256
+#define INITIALIZED_DEMUXER 512
+#define INITIALIZED_ACODEC  1024
+#define INITIALIZED_VCODEC  2048
+#define INITIALIZED_ALL     0xFFFF
 
 
 #define SUB_SOURCE_SUBS 0