TTML style extracted but not applied
the style has been extract into merged
variable but it's not applied.
Code Related to the problem:
if( merged.i_size && merged.p_entries[0] && (p_ttml_style = ttml_style_New()) )
{
DictToTTMLStyle( &merged, p_ttml_style );
}
Workaround:
for now i just removed the second part of the condition to make the style apply.