mirror of https://github.com/mpv-player/mpv
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9964 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e955373ec0
commit
9f6cd22e44
|
@ -85,7 +85,7 @@ static ct check[] = {
|
||||||
{ 24, 24, &MEDIASUBTYPE_RGB24, CAP_NONE },
|
{ 24, 24, &MEDIASUBTYPE_RGB24, CAP_NONE },
|
||||||
{ 32, 32, &MEDIASUBTYPE_RGB32, CAP_NONE },
|
{ 32, 32, &MEDIASUBTYPE_RGB32, CAP_NONE },
|
||||||
|
|
||||||
{0},
|
{0,0,NULL,0},
|
||||||
};
|
};
|
||||||
|
|
||||||
DMO_VideoDecoder * DMO_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto)
|
DMO_VideoDecoder * DMO_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto)
|
||||||
|
|
Loading…
Reference in New Issue