mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +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
|
@ -139,9 +139,8 @@ protected:
|
|||
|
||||
#if defined _WIN32 || defined HAVE_LIBAV
|
||||
bool bAVIDumping;
|
||||
#else
|
||||
File::IOFile pFrameDump;
|
||||
#endif
|
||||
|
||||
std::vector<u8> frame_data;
|
||||
bool bLastFrameDumped;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue