diff options
Diffstat (limited to 'defaultopts.c')
-rw-r--r-- | defaultopts.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/defaultopts.c b/defaultopts.c index f42b6618b1..8f855e47ac 100644 --- a/defaultopts.c +++ b/defaultopts.c @@ -46,6 +46,10 @@ void set_default_mplayer_options(struct MPOpts *opts) .movie_aspect = -1., .flip = -1, .vd_use_slices = 1, +#ifdef CONFIG_ASS + .ass_enabled = 1, +#endif + .lavc_param = { .workaround_bugs = 1, // autodetect .error_resilience = 2, |