From 835c654bb0089933c5dd85a8ca123581cda1169e Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 14 Feb 2008 14:23:55 +0000 Subject: typo fix: inited --> initialized git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25994 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_core.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'mp_core.h') diff --git a/mp_core.h b/mp_core.h index 01373f7abf..4bf612db64 100644 --- a/mp_core.h +++ b/mp_core.h @@ -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 -- cgit v1.2.3