summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-03 21:50:04 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-03 15:43:51 -0800
commite894f75bb570e20966d64607aa69d64ba9022bd8 (patch)
tree26f84a5540e6e3eae0cbc1ee817aa74a23bd87f1 /options/options.h
parentf798bc3c2542b4c3e7b4cb1483d41ce309b4fb51 (diff)
downloadmpv-e894f75bb570e20966d64607aa69d64ba9022bd8.tar.bz2
mpv-e894f75bb570e20966d64607aa69d64ba9022bd8.tar.xz
player: cosmetics: rename internal variable for consistency
This was so annoying.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 96f19a2ee5..38afc1c831 100644
--- a/options/options.h
+++ b/options/options.h
@@ -262,7 +262,7 @@ typedef struct MPOpts {
char *audio_demuxer_name;
char *sub_demuxer_name;
- int cache_pausing;
+ int cache_pause;
int cache_pause_initial;
float cache_pause_wait;