comparison loader/dshow/DS_Filter.c @ 25677:b3f780273cb1

Remove a useless cast
author reimar
date Sun, 13 Jan 2008 09:37:36 +0000
parents 3758413ca0c6
children ebf1c7d24ca2
comparison
equal deleted inserted replaced
25676:a721f266b21b 25677:b3f780273cb1
128 // char eb[250]; 128 // char eb[250];
129 const char* em = NULL; 129 const char* em = NULL;
130 MemAllocator* tempAll; 130 MemAllocator* tempAll;
131 ALLOCATOR_PROPERTIES props,props1; 131 ALLOCATOR_PROPERTIES props,props1;
132 HRESULT result; 132 HRESULT result;
133 DS_Filter* This = (DS_Filter*) malloc(sizeof(DS_Filter)); 133 DS_Filter* This = malloc(sizeof(DS_Filter));
134 if (!This) 134 if (!This)
135 return NULL; 135 return NULL;
136 136
137 #ifdef WIN32_LOADER 137 #ifdef WIN32_LOADER
138 CodecAlloc(); 138 CodecAlloc();