mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-19 15:58:43 +00:00
Use ffmpeg for Windows Video Dumping instead of VFW
This commit is contained in:
parent
e7f2a04699
commit
6cad635bd8
313 changed files with 260584 additions and 379 deletions
|
@ -25,11 +25,7 @@ private:
|
|||
static void* GetFrame();
|
||||
|
||||
public:
|
||||
#ifdef _WIN32
|
||||
static bool Start(HWND hWnd, int w, int h);
|
||||
#else
|
||||
static bool Start(int w, int h);
|
||||
#endif
|
||||
static void AddFrame(const u8* data, int width, int height);
|
||||
static void Stop();
|
||||
static void DoState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue