mirror of https://github.com/mpv-player/mpv
Cinepak loaded msvidc32.dll instead of iccvid.dll :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@319 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
664eaf4d2e
commit
7087dc33ee
|
@ -77,7 +77,7 @@ videocodec cvid
|
|||
info "Cinepak Video"
|
||||
fourcc cvid
|
||||
driver vfw
|
||||
dll "msvidc32.dll"
|
||||
dll "iccvid.dll"
|
||||
out YUY2
|
||||
out BGR24,BGR15
|
||||
|
||||
|
|
Loading…
Reference in New Issue