# HG changeset patch # User gpoirier # Date 1147326686 0 # Node ID 83c42ca135c4acc771ba72b842f176709cd614d1 # Parent 7b0b4fdea91fe6d75c87ae020eaa3a9f5de1dcc3 fix vfw-related things, patches by RC and Compn diff -r 7b0b4fdea91f -r 83c42ca135c4 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Wed May 10 22:59:46 2006 +0000 +++ b/DOCS/man/en/mplayer.1 Thu May 11 05:51:26 2006 +0000 @@ -9266,7 +9266,7 @@ .RE . . -.SS xvfw (\-xvfwopts) +.SS vfw (\-xvfwopts) . Encoding with Video for Windows codecs is mostly obsolete unless you wish to encode to some obscure fringe codec. diff -r 7b0b4fdea91f -r 83c42ca135c4 cfg-mencoder.h --- a/cfg-mencoder.h Wed May 10 22:59:46 2006 +0000 +++ b/cfg-mencoder.h Thu May 11 05:51:26 2006 +0000 @@ -88,7 +88,7 @@ " lavc - libavcodec codecs - best quality!\n" #endif #ifdef USE_WIN32DLL - " vfw - VfW DLLs, currently only AVID is supported.\n" + " vfw - VfW DLLs, read DOCS/HTML/en/encoding-guide.html.\n" " qtvideo - QuickTime DLLs, currently only SVQ1/3 are supported.\n" #endif #ifdef HAVE_LIBDV095