summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-04 02:17:40 +0200
committerwm4 <wm4@nowhere>2012-08-04 19:59:55 +0200
commit714226b20ccd9b4b394201d37b3eeac17057ba88 (patch)
tree71b84934805c28708ca267dda84ff13642548de7 /mplayer.c
parentc7fe5f58e3769d6f577cb42f60ec0d2386c8afc0 (diff)
downloadmpv-714226b20ccd9b4b394201d37b3eeac17057ba88.tar.bz2
mpv-714226b20ccd9b4b394201d37b3eeac17057ba88.tar.xz
playlist: rename params_count field to num_params for consistency
Other (newer) parts of mplayer use this convention, so don't introduce new conventions.
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