00001 #pragma warning( disable : 4311 4312 4133) 00002 00003 #include <streams.h> 00004 #include <initguid.h> 00005 00006 #include "avi_PushGuids.h" 00007 #include "avi_PushSource.h" 00008 00009 // since this is not being used as a filter only need dummys here 00010 00011 CFactoryTemplate g_Templates[1] = 00012 { 00013 { 00014 NULL, 00015 NULL, 00016 NULL, 00017 NULL, 00018 NULL 00019 }, 00020 }; 00021 00022 int g_cTemplates = sizeof(g_Templates) / sizeof(g_Templates[0]); 00023