summaryrefslogtreecommitdiffstats
path: root/DOCS/example.conf
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-23 19:34:20 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-23 19:34:20 +0000
commit077bf085f5cfdc011f2f80ab10cd57179c4af9a9 (patch)
tree64250a148dc654d149e436529c86f3932f7c659b /DOCS/example.conf
parentd39f5c596228b113c328e6e8304b07d1c7a77459 (diff)
downloadmpv-077bf085f5cfdc011f2f80ab10cd57179c4af9a9.tar.bz2
mpv-077bf085f5cfdc011f2f80ab10cd57179c4af9a9.tar.xz
reviewed for release
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1209 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/example.conf')
-rw-r--r--DOCS/example.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/example.conf b/DOCS/example.conf
index 8e233795be..db918e7653 100644
--- a/DOCS/example.conf
+++ b/DOCS/example.conf
@@ -81,16 +81,17 @@ ffactor = 0.75
## SDL driver
##
-# vo = sdl # use SDL video driver by default
+# vo = sdl:aalib # use SDL video driver by default
# use "vo = sdl:aalib" or "vo sdl:dga" and so on,
# for specifying SDL subdrivers
-# ao = sdl # use SDL audio driver by default
+# ao = sdl:esd # use SDL audio driver by default
# use "ao = sdl:esd" to use SDL's ESD driver
# noxv = no # whether to use XVideo hardware acceleration or not
# forcexv = yes # force XVideo even if not detected
# nodshow # disable usage of DirectShow video codecs
+
framedrop = yes # drop frames, when not in sync (slow CPU, videocard,
etc)