summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-16 01:13:20 +0200
committerwm4 <wm4@nowhere>2014-05-16 01:13:20 +0200
commit07fe0412d9112bab21b83ee885eae030a65ec441 (patch)
tree87c0a8ad3b4c0a5134a19945ddef44587a046208 /etc
parentebd5bbd241f2b88b99a84fb899d3802e7c9b989d (diff)
downloadmpv-07fe0412d9112bab21b83ee885eae030a65ec441.tar.bz2
mpv-07fe0412d9112bab21b83ee885eae030a65ec441.tar.xz
etc/example.conf: remove spaces between key and value
Currently, they are allowed, but only because MPlayer happened to do that. This might or might not be changed in the future.
Diffstat (limited to 'etc')
-rw-r--r--etc/example.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/example.conf b/etc/example.conf
index 3f93b55beb..083937cb65 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -66,30 +66,30 @@
# cache settings
#
# Use 8MB input cache by default. The cache is enabled for network streams only.
-#cache-default = 8192
+#cache-default=8192
#
# Use 8MB input cache for everything, even local files.
-#cache = 8192
+#cache=8192
#
# Prefill 20% of the cache before starting playback.
-#cache-min = 20.0
+#cache-min=20.0
#
# Prefill 50% of the cache before restarting playback after the cache emptied.
-#cache-seek-min = 50
+#cache-seek-min=50
# Display English subtitles if available.
-#slang = en
+#slang=en
# Play Finnish audio if available, fall back to English otherwise.
-#alang = fi,en
+#alang=fi,en
# Change subtitle encoding. For Arabic subtitles use 'cp1256'.
# If the file seems to be valid UTF-8, prefer UTF-8.
-#sub-codepage = utf8:cp1256
+#sub-codepage=utf8:cp1256
# Enable hardware decoding if available. Often, this requires using an certain
# video output, otherwise no hardware decoding will be used.
-#hwdec = auto
+#hwdec=auto
############
# Profiles #
@@ -110,4 +110,4 @@
# You can also include other configuration files.
-#include = /path/to/the/file/you/want/to/include
+#include=/path/to/the/file/you/want/to/include