AVIDump: Rename CloseFile to CloseVideoFile

Retains symmetry with CreateVideoFile.
This commit is contained in:
Lioncash
2017-01-29 22:01:05 -05:00
parent 548e2d6353
commit b7e59f4e55
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ class AVIDump
{
private:
static bool CreateVideoFile();
static void CloseFile();
static void CloseVideoFile();
static void CheckResolution(int width, int height);
public: