summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-08 19:37:20 +0100
committerwm4 <wm4@nowhere>2020-03-08 19:38:10 +0100
commit3b4641a5a92b5a7926053b923e9da686c88e90df (patch)
tree582f0600e4493d812e1b1aa45efb4a8c8affdc2f /player/loadfile.c
parent048334c396f5fed17d3b608af0495cdf95c38499 (diff)
downloadmpv-3b4641a5a92b5a7926053b923e9da686c88e90df.tar.bz2
mpv-3b4641a5a92b5a7926053b923e9da686c88e90df.tar.xz
filter: minor cosmetic naming issue
Just putting some more lipstick on the pig, maybe it looks a bit nicer now.
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c2
1 files changed, 1 insertions, 1 deletions
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);