summaryrefslogtreecommitdiffstats
path: root/playlist.h
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 /playlist.h
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 'playlist.h')
-rw-r--r--playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.h b/playlist.h
index 8a74896d98..eb2ef9ed99 100644
--- a/playlist.h
+++ b/playlist.h
@@ -32,7 +32,7 @@ struct playlist_entry {
char *filename;
struct playlist_param *params;
- int params_count;
+ int num_params;
};
struct playlist {