1
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 07:33:46 +01:00

fix vfw-related things, patches by RC and Compn

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18434 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2006-05-11 05:51:26 +00:00
parent b1e174aa96
commit 19fd398418
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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