git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9964 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-04-21 20:09:08 +00:00
parent e955373ec0
commit 9f6cd22e44
1 changed files with 1 additions and 1 deletions

View File

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