diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-11 10:10:12 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-11 10:10:12 +0000 |
commit | def735bdc89224f575593b264029b53245401f3f (patch) | |
tree | e0e00826cbffa0654b99b89e4e3e50a71487313c /DOCS | |
parent | d735f8b55e9123ebb6aad8ccef56c4dec9fd3645 (diff) |
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@346 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/codecs.conf | 9 | ||||
-rw-r--r-- | DOCS/example.conf | 12 |
2 files changed, 18 insertions, 3 deletions
diff --git a/DOCS/codecs.conf b/DOCS/codecs.conf index 77eeb9ee22..1fcb607689 100644 --- a/DOCS/codecs.conf +++ b/DOCS/codecs.conf @@ -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" diff --git a/DOCS/example.conf b/DOCS/example.conf index 70a2b67526..1de1be9a75 100644 --- a/DOCS/example.conf +++ b/DOCS/example.conf @@ -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! ## |