From 95c4eb180ee7af523e6f8453ce5906cd30f36847 Mon Sep 17 00:00:00 2001 From: rathann Date: Thu, 3 Mar 2005 03:11:44 +0000 Subject: 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 --- etc/example.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/example.conf') 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 -- cgit v1.2.3