1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

Apply -ass-force-style also to matroska plaintext subs.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19660 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2006-09-03 17:57:41 +00:00
parent 06b0186037
commit 1d6919b492

View File

@ -79,6 +79,7 @@ ass_track_t* ass_default_track() {
style->ScaleY = 1.;
}
process_force_style(track);
return track;
}
@ -173,7 +174,6 @@ ass_track_t* ass_read_subdata(sub_data* subdata, double fps) {
track->events[eid].Duration *= 100. / fps;
}
}
process_force_style(track);
return track;
}