Mercurial > mplayer.hg
changeset 18433:83c42ca135c4
fix vfw-related things, patches by RC and Compn
author | gpoirier |
---|---|
date | Thu, 11 May 2006 05:51:26 +0000 |
parents | 7b0b4fdea91f |
children | 780e6a9b62ff |
files | DOCS/man/en/mplayer.1 cfg-mencoder.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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