Use ffmpeg for Windows Video Dumping instead of VFW

This commit is contained in:
Fog
2015-01-17 13:47:07 -05:00
parent e7f2a04699
commit 6cad635bd8
313 changed files with 260584 additions and 379 deletions

View File

@ -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;