1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 02:45:43 +00:00

Remove a mistakenly committed debug printf.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21633 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2006-12-16 19:28:21 +00:00
parent 624724c001
commit 4eb3c3173e

View File

@ -1637,8 +1637,6 @@ static int ass_render_event(ass_event_t* event, event_images_t* event_images)
&text_info.glyphs[text_info.length].asc,
&text_info.glyphs[text_info.length].desc);
printf("asc = %d, desc = %d \n", text_info.glyphs[text_info.length].asc, text_info.glyphs[text_info.length].desc);
text_info.length++;
render_context.effect_type = EF_NONE;