summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-11 05:51:26 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-11 05:51:26 +0000
commit19fd398418bb9926514b8bcd90fc22018ad94b4c (patch)
tree3d05601b11ebc099c0a24b9b891436bb7785cb87 /cfg-mencoder.h
parentb1e174aa96b5ac366d05cb1279701321a14335d8 (diff)
downloadmpv-19fd398418bb9926514b8bcd90fc22018ad94b4c.tar.bz2
mpv-19fd398418bb9926514b8bcd90fc22018ad94b4c.tar.xz
fix vfw-related things, patches by RC and Compn
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18434 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 1 insertions, 1 deletions
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