www.pudn.com > H264RtpSource.rar > H264RtpSource.cpp


// H264RtpSource.cpp : 定义 DLL 应用程序的入口点。 
// 
 
#include "stdafx.h" 
BOOL APIENTRY DllMain( HANDLE hModule,  
                       DWORD  ul_reason_for_call,  
                       LPVOID lpReserved 
					 ) 
{ 
    return TRUE; 
}