summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 48758b2967..2ed4a3d257 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3613,10 +3613,10 @@ goto_enable_cache:
mpctx->sh_video->fps, mpctx->sh_video->frametime);
}
- mp_input_set_section(mpctx->input, NULL);
+ mp_input_set_section(mpctx->input, NULL, 0);
//TODO: add desired (stream-based) sections here
if (mpctx->stream->type == STREAMTYPE_TV)
- mp_input_set_section(mpctx->input, "tv");
+ mp_input_set_section(mpctx->input, "tv", 0);
//==================== START PLAYING =======================