From 36d4355ed822dbee376cdf0069f01fd4568e8234 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 16 Jan 2006 23:24:02 +0000 Subject: Comment out default settings. MPlayer should behave the same w/ or w/o the default configuration file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17411 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/example.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/example.conf') diff --git a/etc/example.conf b/etc/example.conf index bf329702f6..0250e32dde 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -120,19 +120,19 @@ ## Other (preferred to be default from configfile) switches ## # Drop frames to preserve audio/video sync. -framedrop = yes +# framedrop = yes ## ## cache settings ## # Use 8MB input cache by default. -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 # DVD: Display English subtitles if available. # slang = en -- cgit v1.2.3