[MPlayer-cvslog] r19660 - trunk/libass/ass_mp.c
eugeni
subversion at mplayerhq.hu
Sun Sep 3 19:57:41 CEST 2006
Author: eugeni
Date: Sun Sep 3 19:57:41 2006
New Revision: 19660
Modified:
trunk/libass/ass_mp.c
Log:
Apply -ass-force-style also to matroska plaintext subs.
Modified: trunk/libass/ass_mp.c
==============================================================================
--- trunk/libass/ass_mp.c (original)
+++ trunk/libass/ass_mp.c Sun Sep 3 19:57:41 2006
@@ -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;
}
More information about the MPlayer-cvslog
mailing list