# HG changeset patch # User eugeni # Date 1157306261 0 # Node ID ae983f0a1cacaa43a044f98d6f1516b4e9f1a1d6 # Parent c03c705573c1da11e5d6bae811ff32c0146ce70d Apply -ass-force-style also to matroska plaintext subs. diff -r c03c705573c1 -r ae983f0a1cac libass/ass_mp.c --- a/libass/ass_mp.c Sun Sep 03 17:44:25 2006 +0000 +++ b/libass/ass_mp.c Sun Sep 03 17:57:41 2006 +0000 @@ -79,6 +79,7 @@ style->ScaleY = 1.; } + process_force_style(track); return track; } @@ -173,7 +174,6 @@ track->events[eid].Duration *= 100. / fps; } } - process_force_style(track); return track; }