platform/amvideo.c: Add virtual amvideo.dll hook

This commit is contained in:
Tau
2019-05-14 18:03:25 -04:00
parent 96b1981e01
commit 3e91ac2393
3 changed files with 82 additions and 0 deletions

5
platform/amvideo.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
#include <windows.h>
HRESULT amvideo_hook_init(HMODULE redir_mod);