mirror of https://github.com/mpv-player/mpv
cosmetic whitespace / layout changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17413 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
42827133d4
commit
f4754a31eb
126
etc/example.conf
126
etc/example.conf
|
@ -1,17 +1,16 @@
|
||||||
##
|
#
|
||||||
## MPlayer configuration file
|
# MPlayer configuration file
|
||||||
##
|
#
|
||||||
## Configuration files are read system-wide from /usr/local/etc/mplayer.conf
|
# Configuration files are read system-wide from /usr/local/etc/mplayer.conf
|
||||||
## and per user from ~/.mplayer/config, where per-user settings override
|
# and per user from ~/.mplayer/config, where per-user settings override
|
||||||
## system-wide settings, all of which are overrriden by the command line.
|
# system-wide settings, all of which are overrriden by the command line.
|
||||||
##
|
#
|
||||||
## The options are the same as on the command line without the preceding '-'.
|
# The options are the same as on the command line without the preceding '-'.
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
##
|
#
|
||||||
## video settings
|
# video settings
|
||||||
##
|
#
|
||||||
|
|
||||||
# Specify default video driver (see -vo help for a list).
|
# Specify default video driver (see -vo help for a list).
|
||||||
#vo=xv
|
#vo=xv
|
||||||
|
@ -44,59 +43,57 @@
|
||||||
# Makes the player window stay on top of all other windows.
|
# Makes the player window stay on top of all other windows.
|
||||||
#ontop=yes
|
#ontop=yes
|
||||||
|
|
||||||
##
|
# Specify your preferred default skin here
|
||||||
## Specify your preferred default skin here
|
# (skins are searched for in /usr/local/share/mplayer/Skin/
|
||||||
## (skins are searched for in /usr/local/share/mplayer/Skin/
|
# and ~/.mplayer/Skin/).
|
||||||
## and ~/.mplayer/Skin/).
|
#
|
||||||
##
|
|
||||||
#skin = Abyss
|
#skin = Abyss
|
||||||
|
|
||||||
##
|
#
|
||||||
## Multiple languages are available :)
|
# Multiple languages are available :)
|
||||||
##
|
#
|
||||||
## Hungarian igen nem
|
# Hungarian igen nem
|
||||||
## English yes no
|
# English yes no
|
||||||
## German ja nein
|
# German ja nein
|
||||||
## Spanish si no
|
# Spanish si no
|
||||||
## Polish tak nie
|
# Polish tak nie
|
||||||
## Swedish ja nej
|
# Swedish ja nej
|
||||||
## Binary 1 0
|
# Binary 1 0
|
||||||
##
|
#
|
||||||
## You can also use spaces and/or tabs.
|
# You can also use spaces and/or tabs.
|
||||||
##
|
|
||||||
|
|
||||||
#sound = 1
|
#sound = 1
|
||||||
#nosound = nein
|
#nosound = nein
|
||||||
#mixer = /dev/mixer
|
#mixer = /dev/mixer
|
||||||
|
|
||||||
##
|
#
|
||||||
## resample the fonts' alphamap
|
# resample the fonts' alphamap
|
||||||
## 0 plain white fonts
|
# 0 plain white fonts
|
||||||
## 0.75 very narrow black outline (default)
|
# 0.75 very narrow black outline (default)
|
||||||
## 1 narrow black outline
|
# 1 narrow black outline
|
||||||
## 10 bold black outline
|
# 10 bold black outline
|
||||||
##
|
#
|
||||||
#ffactor = 0.75
|
#ffactor = 0.75
|
||||||
|
|
||||||
##
|
#
|
||||||
## FBdev driver:
|
# FBdev driver:
|
||||||
##
|
#
|
||||||
# mode to use (read from fb.modes)
|
# mode to use (read from fb.modes)
|
||||||
#fbmode = 640x480-120
|
#fbmode = 640x480-120
|
||||||
#
|
#
|
||||||
# location of the fb.modes file
|
# location of the fb.modes file
|
||||||
#fbmodeconfig = /etc/fb.modes
|
#fbmodeconfig = /etc/fb.modes
|
||||||
|
|
||||||
## VESA and FBdev driver: Specify your monitor's timings.
|
# VESA and FBdev driver: Specify your monitor's timings.
|
||||||
##
|
#
|
||||||
## (see /etc/X11/XF86Config for timings)
|
# (see /etc/X11/XF86Config for timings)
|
||||||
## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN
|
# ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN
|
||||||
## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY!
|
# OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY!
|
||||||
## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! **
|
# WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! **
|
||||||
##
|
#
|
||||||
## k, K: means multiply by 1000
|
# k, K: means multiply by 1000
|
||||||
## m, M: means multiply by 1.000.000
|
# m, M: means multiply by 1.000.000
|
||||||
##
|
#
|
||||||
# horizontal frequency range
|
# horizontal frequency range
|
||||||
#monitor-hfreq = 31.5k-50k,70k
|
#monitor-hfreq = 31.5k-50k,70k
|
||||||
#
|
#
|
||||||
|
@ -106,9 +103,9 @@
|
||||||
# dotclock (or pixelclock) range
|
# dotclock (or pixelclock) range
|
||||||
#monitor-dotclock = 30M-300M
|
#monitor-dotclock = 30M-300M
|
||||||
|
|
||||||
##
|
#
|
||||||
## SDL driver
|
# SDL driver
|
||||||
##
|
#
|
||||||
# Use SDL video with the aalib subdriver by default.
|
# Use SDL video with the aalib subdriver by default.
|
||||||
#vo = sdl:aalib
|
#vo = sdl:aalib
|
||||||
#
|
#
|
||||||
|
@ -116,15 +113,15 @@
|
||||||
#ao = sdl:esd
|
#ao = sdl:esd
|
||||||
|
|
||||||
|
|
||||||
##
|
#
|
||||||
## Other (preferred to be default from configfile) switches
|
# Other (preferred to be default from configfile) switches
|
||||||
##
|
#
|
||||||
# Drop frames to preserve audio/video sync.
|
# Drop frames to preserve audio/video sync.
|
||||||
#framedrop = yes
|
#framedrop = yes
|
||||||
|
|
||||||
##
|
#
|
||||||
## cache settings
|
# cache settings
|
||||||
##
|
#
|
||||||
# Use 8MB input cache by default.
|
# Use 8MB input cache by default.
|
||||||
#cache = 8192
|
#cache = 8192
|
||||||
#
|
#
|
||||||
|
@ -141,12 +138,11 @@
|
||||||
#alang = en
|
#alang = en
|
||||||
|
|
||||||
|
|
||||||
## This is the correct way to use "subconfig" type options in the
|
# This is the correct way to use "subconfig" type options in the
|
||||||
## configuration file. In the command line you use:
|
# configuration file. In the command line you use:
|
||||||
## -af lavcresample=44100 , but here it is:
|
# -af lavcresample=44100 , but here it is:
|
||||||
#af=lavcresample=44100
|
#af=lavcresample=44100
|
||||||
|
|
||||||
##
|
#
|
||||||
## You can also include other configfiles
|
# You can also include other configfiles
|
||||||
##
|
|
||||||
#include = /path/to/the/file/you/want/to/include
|
#include = /path/to/the/file/you/want/to/include
|
||||||
|
|
Loading…
Reference in New Issue