Commit 77407471 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Android vout: remove trailing space

parent 97f1d2bd
...@@ -928,7 +928,7 @@ static void SubtitleGetDirtyBounds(vout_display_t *vd, ...@@ -928,7 +928,7 @@ static void SubtitleGetDirtyBounds(vout_display_t *vd,
if (!sys->p_sub_buffer_bounds if (!sys->p_sub_buffer_bounds
|| sys->p_sub_buffer_bounds[i].p_pixels == NULL) { || sys->p_sub_buffer_bounds[i].p_pixels == NULL) {
buffer_bounds *p_bb = realloc(sys->p_sub_buffer_bounds, buffer_bounds *p_bb = realloc(sys->p_sub_buffer_bounds,
(i + 2) * sizeof(buffer_bounds)); (i + 2) * sizeof(buffer_bounds));
if (p_bb) { if (p_bb) {
sys->p_sub_buffer_bounds = p_bb; sys->p_sub_buffer_bounds = p_bb;
sys->p_sub_buffer_bounds[i].p_pixels = sys->p_sub_pic->p[0].p_pixels; sys->p_sub_buffer_bounds[i].p_pixels = sys->p_sub_pic->p[0].p_pixels;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment