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 --- libmpdemux/demux_ty_osd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libmpdemux/demux_ty_osd.c') diff --git a/libmpdemux/demux_ty_osd.c b/libmpdemux/demux_ty_osd.c index 03fb45f9d3..5b484999d6 100644 --- a/libmpdemux/demux_ty_osd.c +++ b/libmpdemux/demux_ty_osd.c @@ -61,7 +61,7 @@ static subtitle ty_OSD1; static subtitle ty_OSD2; static subtitle *ty_pOSD1; static subtitle *ty_pOSD2; -static int tyOSDInited = 0; +static int tyOSDInitialized = 0; static int tyOSDUpdate = 0; static void ty_DrawOSD(void) @@ -870,7 +870,7 @@ void ty_processuserdata( unsigned char* buf, int len ) if ( subcc_enabled ) { - if ( tyOSDInited == 0 ) + if ( tyOSDInitialized == 0 ) { for ( index = 0; index < SUB_MAX_TEXT ; index++ ) { @@ -883,7 +883,7 @@ void ty_processuserdata( unsigned char* buf, int len ) ty_pOSD1 = &ty_OSD1; ty_pOSD2 = &ty_OSD2; tyOSDUpdate = 0; - tyOSDInited = 1; + tyOSDInitialized = 1; } if ( buf[ 0 ] == 0x01 ) -- cgit v1.2.3