Rename FrameDump.{cpp,h} to FrameDumpFFMpeg.{cpp,h}

The name kind of conflicts with a new FrameDumper class
This commit is contained in:
Scott Mansell
2023-01-28 13:50:57 +13:00
parent 0d4537d60f
commit e57eb04ed3
6 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
#include "Common/MathUtil.h"
#include "Common/Thread.h"
#include "VideoCommon/FrameDump.h"
#include "VideoCommon/FrameDumpFFMpeg.h"
class AbstractStagingTexture;
class AbstractTexture;