summaryrefslogtreecommitdiffstats
path: root/DOCS/example.conf
diff options
context:
space:
mode:
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)