diff options
author | rathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-03-03 03:11:44 +0000 |
---|---|---|
committer | rathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-03-03 03:11:44 +0000 |
commit | 95c4eb180ee7af523e6f8453ce5906cd30f36847 (patch) | |
tree | 47213ce5d7c805bf93d30c079e20d2d60f642a1b | |
parent | 980c26e5ac90fc5ce87cc8f88e49e877164c85c5 (diff) |
options in config file have been using '-' instead of '_' for ages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14894 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/example.conf b/etc/example.conf index 263b1e2fc3..fcb12e315d 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -141,10 +141,10 @@ framedrop = yes cache = 8192 # # Prefill 20% of the cache before starting playback. -cache_min = 20.0 +cache-min = 20.0 # # Prefill 5% of the cache before restarting playback after the cache emptied. -cache_prefill = 5.0 +cache-prefill = 5.0 # DVD: Display English subtitles if available. # slang = en |