Re: Patch for XVID MPEG-4 DirectShow/MediaFoundation filter
Jerker Bäck <[email protected]> Mon, 13 Jun 2011 16:37:53 +0200
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Michael, I made some corrections I found (consistent implementation). I also added a suggestion to disable one of the PreFAST warnings in DllRegisterServer. Additionally, there is a suggestion to enable __stdcall (CXvidDecoder.h): int (__cdecl *xvid_global_func)(void *handle, int opt, void *param1, void *param2); int (__cdecl *xvid_decore_func)(void *handle, int opt, void *param1, void *param2); New patch: http://pastebin.com/xXPrSuMP cheers Jerker