changeset 345:ac3148cd77d1

*** empty log message ***
author gabucino
date Wed, 11 Apr 2001 10:10:12 +0000
parents 9f66a83f31e6
children 6fef09521f55
files DOCS/codecs.conf DOCS/example.conf
diffstat 2 files changed, 18 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/codecs.conf	Wed Apr 11 09:25:59 2001 +0000
+++ b/DOCS/codecs.conf	Wed Apr 11 10:10:12 2001 +0000
@@ -235,6 +235,13 @@
 ;  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 voxware
   info "VoxWare"
-  status working
+  status working	; audio is bubbling
   format 0x75
   driver dshow
   dll "voxmsdec.ax"
--- a/DOCS/example.conf	Wed Apr 11 09:25:59 2001 +0000
+++ b/DOCS/example.conf	Wed Apr 11 10:10:12 2001 +0000
@@ -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 @@
 ffactor = 0.75
 
 ##
-## You can also include another configfiles
+## You can also include other configfiles
 ## Specify full path!
 ##