comparison loader/dshow/DS_Filter.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents eda346733b8c
children 008338d7679f
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
24 { 24 {
25 0x00000001, 0x0000, 0x0000, 25 0x00000001, 0x0000, 0x0000,
26 {0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46} 26 {0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}
27 }; 27 };
28 28
29 HRESULT STDCALL CoInitialize(LPVOID pvReserved); 29 HRESULT STDCALL CoInitialize(LPVOID pvReserved);
30 void STDCALL CoUninitialize(void); 30 void STDCALL CoUninitialize(void);
31 #endif 31 #endif
32 32
33 static void DS_Filter_Start(DS_Filter* This) 33 static void DS_Filter_Start(DS_Filter* This)
34 { 34 {
35 HRESULT hr; 35 HRESULT hr;
135 #else 135 #else
136 CoInitialize(0L); 136 CoInitialize(0L);
137 #endif 137 #endif
138 138
139 /* 139 /*
140 tempAll is not used anywhere. 140 tempAll is not used anywhere.
141 MemAllocatorCreate() is called to ensure that RegisterComObject for IMemoryAllocator 141 MemAllocatorCreate() is called to ensure that RegisterComObject for IMemoryAllocator
142 will be called before possible call 142 will be called before possible call
143 to CoCreateInstance(...,&IID_IMemoryAllocator,...) from binary codec. 143 to CoCreateInstance(...,&IID_IMemoryAllocator,...) from binary codec.
144 */ 144 */
145 tempAll=MemAllocatorCreate(); 145 tempAll=MemAllocatorCreate();
146 This->m_pFilter = NULL; 146 This->m_pFilter = NULL;
147 This->m_pInputPin = NULL; 147 This->m_pInputPin = NULL;