]> granicus.if.org Git - libass/commitdiff
Disable currently unused bitmap run code
authorGrigori Goronzy <greg@blackbox>
Wed, 13 Jul 2011 20:39:36 +0000 (22:39 +0200)
committerGrigori Goronzy <greg@blackbox>
Wed, 13 Jul 2011 20:39:36 +0000 (22:39 +0200)
libass/ass_render.c

index 40923ba5427ce44867105af63745fb3f8cdfc260..6a5c9adba79762b3dc426a9a746afc514985ffa0 100644 (file)
@@ -2152,6 +2152,7 @@ ass_render_event(ASS_Renderer *render_priv, ASS_Event *event,
         }
     }
 
+#if 0
     // Compute runs and their bboxes
     // XXX: currently does nothing visible/functional
     for (i = 0; i < text_info->length; i++) {
@@ -2176,6 +2177,7 @@ ass_render_event(ASS_Renderer *render_priv, ASS_Event *event,
 
         i += run_len - 1;
     }
+#endif
 
     memset(event_images, 0, sizeof(*event_images));
     event_images->top = device_y - text_info->lines[0].asc;