summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/player/main.c')
-rw-r--r--mpvcore/player/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/player/main.c b/mpvcore/player/main.c
index 59eadfd676..d95546f923 100644
--- a/mpvcore/player/main.c
+++ b/mpvcore/player/main.c
@@ -397,7 +397,7 @@ static int mpv_main(int argc, char *argv[])
MP_WARN(mpctx, "There will be no OSD and no text subtitles.\n");
#endif
- mpctx->osd = osd_create(opts, mpctx->ass_library);
+ mpctx->osd = osd_create(opts);
if (opts->force_vo) {
opts->fixed_vo = 1;