mirror of https://github.com/mpv-player/mpv
last minute changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@630 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f5e86684d4
commit
2c4338d572
|
@ -86,6 +86,12 @@ ffactor = 0.75
|
||||||
# monitor_vfreq = 50-90 # vertical frequency range
|
# monitor_vfreq = 50-90 # vertical frequency range
|
||||||
# monitor_dotclock = 30M-300M # dotclock (or pixelclock) range
|
# monitor_dotclock = 30M-300M # dotclock (or pixelclock) range
|
||||||
|
|
||||||
|
##
|
||||||
|
## disable usage of DirectShow loader
|
||||||
|
##
|
||||||
|
|
||||||
|
# dshow = no
|
||||||
|
|
||||||
##
|
##
|
||||||
## You can also include other configfiles
|
## You can also include other configfiles
|
||||||
## Specify full path!
|
## Specify full path!
|
||||||
|
|
|
@ -36,6 +36,7 @@ mplayer \- Movie Player for Linux
|
||||||
.RB [ \-z\ <0-8> ]
|
.RB [ \-z\ <0-8> ]
|
||||||
.RB [ \-idx ]
|
.RB [ \-idx ]
|
||||||
.RB [ \-forceidx ]
|
.RB [ \-forceidx ]
|
||||||
|
.BR [ \-nodshow ]
|
||||||
.I file
|
.I file
|
||||||
.PP
|
.PP
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -185,6 +186,9 @@ created AVIs.
|
||||||
.B \-forceidx
|
.B \-forceidx
|
||||||
force rebuilding of INDEX. Useful for testing, or AVIs with bad
|
force rebuilding of INDEX. Useful for testing, or AVIs with bad
|
||||||
indexes.
|
indexes.
|
||||||
|
.TP
|
||||||
|
.B \-nodshow
|
||||||
|
disables usage of DirectShow loader
|
||||||
.IP
|
.IP
|
||||||
.SH "ALPHA/BETA CODE"
|
.SH "ALPHA/BETA CODE"
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue