From 3b4641a5a92b5a7926053b923e9da686c88e90df Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 8 Mar 2020 19:37:20 +0100 Subject: filter: minor cosmetic naming issue Just putting some more lipstick on the pig, maybe it looks a bit nicer now. --- player/loadfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/loadfile.c') diff --git a/player/loadfile.c b/player/loadfile.c index 2297aff18e..19f8971f38 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -1403,7 +1403,7 @@ static void play_current_file(struct MPContext *mpctx) mpctx->last_seek_pts = 0.0; mpctx->seek = (struct seek_params){ 0 }; mpctx->filter_root = mp_filter_create_root(mpctx->global); - mp_filter_root_set_wakeup_cb(mpctx->filter_root, mp_wakeup_core_cb, mpctx); + mp_filter_graph_set_wakeup_cb(mpctx->filter_root, mp_wakeup_core_cb, mpctx); mp_filter_graph_set_max_run_time(mpctx->filter_root, 0.1); reset_playback_state(mpctx); -- cgit v1.2.3