comparison loader/dmo/DMO_VideoDecoder.c @ 9963:305cc11b27e5

10l
author alex
date Mon, 21 Apr 2003 20:09:08 +0000
parents f47d484d8f28
children b0d1b415320c
comparison
equal deleted inserted replaced
9962:496fbdabeb7c 9963:305cc11b27e5
83 { 15, 16, &MEDIASUBTYPE_RGB555, CAP_NONE }, 83 { 15, 16, &MEDIASUBTYPE_RGB555, CAP_NONE },
84 { 16, 16, &MEDIASUBTYPE_RGB565, CAP_NONE }, 84 { 16, 16, &MEDIASUBTYPE_RGB565, CAP_NONE },
85 { 24, 24, &MEDIASUBTYPE_RGB24, CAP_NONE }, 85 { 24, 24, &MEDIASUBTYPE_RGB24, CAP_NONE },
86 { 32, 32, &MEDIASUBTYPE_RGB32, CAP_NONE }, 86 { 32, 32, &MEDIASUBTYPE_RGB32, CAP_NONE },
87 87
88 {0}, 88 {0,0,NULL,0},
89 }; 89 };
90 90
91 DMO_VideoDecoder * DMO_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto) 91 DMO_VideoDecoder * DMO_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto)
92 { 92 {
93 DMO_VideoDecoder *this; 93 DMO_VideoDecoder *this;