mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 19:05:33 +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:
parent
624724c001
commit
4eb3c3173e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user