mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 15:22:09 +00:00
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@346 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d735f8b55e
commit
def735bdc8
@ -235,6 +235,13 @@ videocodec wmv8
|
||||
; out YUY2
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec m261
|
||||
info "M261"
|
||||
status untested
|
||||
fourcc m261,M261
|
||||
dll "msh261.drv"
|
||||
out BGR32,BGR24,BGR15
|
||||
|
||||
audiocodec divx
|
||||
info "DivX audio (WMA)"
|
||||
status working
|
||||
@ -318,7 +325,7 @@ audiocodec ac3
|
||||
|
||||
audiocodec voxware
|
||||
info "VoxWare"
|
||||
status working
|
||||
status working ; audio is bubbling
|
||||
format 0x75
|
||||
driver dshow
|
||||
dll "voxmsdec.ax"
|
||||
|
@ -11,7 +11,15 @@
|
||||
vo=xv # To specify your default video output
|
||||
# see -vo help for available options
|
||||
|
||||
fs=yes # Fullscreen playing will be default
|
||||
fs=yes # Do fullscreen playing by default
|
||||
# Used by all drivers
|
||||
|
||||
vm=yes # Use XF86VidMode extension where appropriate
|
||||
# (video mode changing, not scaling)
|
||||
# Used by drivers: dga, x11
|
||||
|
||||
zoom=yes # Use hardware/software scaling
|
||||
# Used by drivers: ?
|
||||
|
||||
##
|
||||
## Multiple languages are available :)
|
||||
@ -43,7 +51,7 @@ alsa = nem
|
||||
ffactor = 0.75
|
||||
|
||||
##
|
||||
## You can also include another configfiles
|
||||
## You can also include other configfiles
|
||||
## Specify full path!
|
||||
##
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user