Commit 02b2b799 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

STL: correctly align at the bottom

Close #9833
parent 13847009
......@@ -164,6 +164,7 @@ static subpicture_t *Decode(decoder_t *dec, block_t **block)
sub->p_region->psz_text = ParseText(payload,
payload_size,
cct_nums[dec->p_sys->cct - CCT_BEGIN].str);
sub->p_region->i_align = SUBPICTURE_ALIGN_BOTTOM;
sub->p_region->psz_html = NULL;
}
......
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