summaryrefslogtreecommitdiffstats
path: root/player/playloop.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/playloop.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/playloop.c')
-rw-r--r--player/playloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/playloop.c b/player/playloop.c
index dd5f016f1e..2e858ee245 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -1221,7 +1221,7 @@ void run_playloop(struct MPContext *mpctx)
handle_osd_redraw(mpctx);
- if (mp_filter_run(mpctx->filter_root))
+ if (mp_filter_graph_run(mpctx->filter_root))
mp_wakeup_core(mpctx);
mp_wait_events(mpctx);