Commit 92d7c046 authored by Laurent Aimar's avatar Laurent Aimar

Made subtitle subpicture absolute only when rendering succeed.

parent 90404acb
...@@ -1172,7 +1172,7 @@ static subpicture_t *SpuRenderSubpictures( spu_t *p_spu, ...@@ -1172,7 +1172,7 @@ static subpicture_t *SpuRenderSubpictures( spu_t *p_spu,
p_subtitle_area[i_subtitle_area++] = area; p_subtitle_area[i_subtitle_area++] = area;
} }
} }
if( p_subpic->b_subtitle ) if( p_subpic->b_subtitle && p_subpic->p_region )
p_subpic->b_absolute = true; p_subpic->b_absolute = true;
} }
......
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