Commit 5c35e06f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* backport [19150]

fixes dvbsub positioning
parent 6f449e84
......@@ -1944,8 +1944,8 @@ static void encode_page_composition( encoder_t *p_enc, bs_t *s,
}
else
{
bs_write( s, 16, p_region->i_x );
bs_write( s, 16, p_region->i_y );
bs_write( s, 16, p_subpic->i_x + p_region->i_x );
bs_write( s, 16, p_subpic->i_y + p_region->i_y );
}
}
}
......
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