1
mirror of https://github.com/mpv-player/mpv synced 2025-04-07 19:06:39 +02: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

@ -9266,7 +9266,7 @@ frame will be encoded.
.RE .RE
. .
. .
.SS xvfw (\-xvfwopts) .SS vfw (\-xvfwopts)
. .
Encoding with Video for Windows codecs is mostly obsolete unless you wish Encoding with Video for Windows codecs is mostly obsolete unless you wish
to encode to some obscure fringe codec. to encode to some obscure fringe codec.

@ -88,7 +88,7 @@ m_option_t ovc_conf[]={
" lavc - libavcodec codecs - best quality!\n" " lavc - libavcodec codecs - best quality!\n"
#endif #endif
#ifdef USE_WIN32DLL #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" " qtvideo - QuickTime DLLs, currently only SVQ1/3 are supported.\n"
#endif #endif
#ifdef HAVE_LIBDV095 #ifdef HAVE_LIBDV095