mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 21:42:18 +00:00
Decode VDOWave (VDOM) with binary codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13749 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b3948a36d1
commit
f37d6e0892
@ -1375,6 +1375,15 @@ videocodec wnv1
|
||||
dll "wnvplay1.dll"
|
||||
out BGR32,BGR24,BGR15
|
||||
|
||||
videocodec vdom
|
||||
info "VDOWave codec"
|
||||
status working
|
||||
fourcc VDOM
|
||||
driver vfw
|
||||
dll "vdowave.drv" ; Need also VDODEC32.dll and DECVW_32.DLL
|
||||
out BGR24
|
||||
|
||||
|
||||
; quicktime codecs:
|
||||
|
||||
videocodec qt3ivx
|
||||
|
@ -5232,7 +5232,7 @@ void* LookupExternal(const char* library, int ordinal)
|
||||
|
||||
#ifndef LOADLIB_TRY_NATIVE
|
||||
/* hack for truespeech and vssh264*/
|
||||
if (!strcmp(library, "tsd32.dll") || !strcmp(library,"vssh264dec.dll") || !strcmp(library,"LCMW2.dll"))
|
||||
if (!strcmp(library, "tsd32.dll") || !strcmp(library,"vssh264dec.dll") || !strcmp(library,"LCMW2.dll") || !strcmp(library,"VDODEC32.dll"))
|
||||
#endif
|
||||
/* ok, this is a hack, and a big memory leak. should be fixed. - alex */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user