Auto-apply AssFixStylesFilter when sending subtitles to the renderer

Originally committed to SVN as r6350.
This commit is contained in:
Thomas Goyne 2012-01-24 01:46:29 +00:00
parent 1c14740d51
commit 1034d16e4b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#include "ass_style.h"
AssFixStylesFilter::AssFixStylesFilter()
: AssExportFilter(_("Fix Styles"), _("Fixes styles by replacing any style that isn't available on file with Default."), -5000)
: AssExportFilter(_("Fix Styles"), _("Fixes styles by replacing any style that isn't available on file with Default."), -5000, true)
{
}