Commit fb23e240 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

android/opaque: fix indent

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ad0e12de
...@@ -305,13 +305,13 @@ static void Display(vout_display_t *vd, picture_t *picture, subpicture_t *subpic ...@@ -305,13 +305,13 @@ static void Display(vout_display_t *vd, picture_t *picture, subpicture_t *subpic
display_callback(p_picsys); display_callback(p_picsys);
if (subpicture) if (subpicture)
sys->b_has_subpictures = true; sys->b_has_subpictures = true;
/* As long as no subpicture was received, do not call /* As long as no subpicture was received, do not call
DisplaySubpicture since JNI calls and clearing the subtitles DisplaySubpicture since JNI calls and clearing the subtitles
surface are expensive operations. */ surface are expensive operations. */
if (sys->b_has_subpictures) if (sys->b_has_subpictures)
{ {
DisplaySubpicture(vd, subpicture); DisplaySubpicture(vd, subpicture);
if (!subpicture) if (!subpicture)
{ {
/* The surface has been cleared and there is no new /* The surface has been cleared and there is no new
......
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