summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 10c9c915d1..b1b78e6819 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3607,7 +3607,7 @@ static void play_current_file(struct MPContext *mpctx)
assert(mpctx->playlist->current);
load_per_file_options(mpctx->mconfig, mpctx->playlist->current->params,
- mpctx->playlist->current->params_count);
+ mpctx->playlist->current->num_params);
// We must enable getch2 here to be able to interrupt network connection
// or cache filling