[MPlayer-DOCS] r22276 - in trunk: help/help_mp-en.h libass/ass_render.c

eugeni subversion at mplayerhq.hu
Mon Feb 19 18:44:29 CET 2007


Author: eugeni
Date: Mon Feb 19 18:44:29 2007
New Revision: 22276

Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/libass/ass_render.c

Log:
Reallocate event_images_t, removing limit on simultanious events count.


Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	(original)
+++ trunk/help/help_mp-en.h	Mon Feb 19 18:44:29 2007
@@ -2043,7 +2043,6 @@
 #define MSGTR_LIBASS_EmptyEvent "[ass] Empty event!\n"
 #define MSGTR_LIBASS_MAX_GLYPHS_Reached "[ass] MAX_GLYPHS reached: event %d, start = %llu, duration = %llu\n Text = %s\n"
 #define MSGTR_LIBASS_EventHeightHasChanged "[ass] Warning! Event height has changed!  \n"
-#define MSGTR_LIBASS_TooManySimultaneousEvents "[ass] Too many simultaneous events!\n"
 
 // ass_font.c
 #define MSGTR_LIBASS_GlyphNotFoundReselectingFont "[ass] Glyph 0x%X not found, reselecting font for (%s, %d, %d)\n"



More information about the MPlayer-DOCS mailing list