From 19fd398418bb9926514b8bcd90fc22018ad94b4c Mon Sep 17 00:00:00 2001 From: gpoirier Date: Thu, 11 May 2006 05:51:26 +0000 Subject: [PATCH] fix vfw-related things, patches by RC and Compn git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18434 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 +- cfg-mencoder.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index b0a76b3c3d..9f7e71ea17 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -9266,7 +9266,7 @@ frame will be encoded. .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 --git a/cfg-mencoder.h b/cfg-mencoder.h index a1e377b56f..db0abb6340 100644 --- a/cfg-mencoder.h +++ b/cfg-mencoder.h @@ -88,7 +88,7 @@ m_option_t ovc_conf[]={ " 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