comparison DOCS/example.conf @ 1205:b1580bf80600

*** empty log message ***
author gabucino
date Sat, 23 Jun 2001 17:51:11 +0000
parents c03232e14e0f
children 570b32414d1a
comparison
equal deleted inserted replaced
1204:646ac6d78952 1205:b1580bf80600
80 ## 80 ##
81 ## SDL driver 81 ## SDL driver
82 ## 82 ##
83 83
84 # vo = sdl # use SDL video driver by default 84 # vo = sdl # use SDL video driver by default
85 # use "vo = sdl:aalib" or "vo sdl:dga" and so on,
86 # for specifying SDL subdrivers
85 # ao = sdl # use SDL audio driver by default 87 # ao = sdl # use SDL audio driver by default
86 # sdl = aalib # specify driver to use (for ex.: aalib, dga, fbdev...) 88 # use "ao = sdl:esd" to use SDL's ESD driver
87 # noxv = no # whether to use XVideo hardware acceleration or not 89 # noxv = no # whether to use XVideo hardware acceleration or not
88 # forcexv = yes # force XVideo even if not detected 90 # forcexv = yes # force XVideo even if not detected
89 # sdla = esd # use SDL's ESD audio driver by default
90 91
91 # nodshow # disable usage of DirectShow video codecs 92 # nodshow # disable usage of DirectShow video codecs
92 93
93 framedrop = yes # drop frames, when not in sync (slow CPU, videocard, 94 framedrop = yes # drop frames, when not in sync (slow CPU, videocard,
94 etc) 95 etc)