AVIDump: Rename CloseFile to CloseVideoFile

Retains symmetry with CreateVideoFile.
This commit is contained in:
Lioncash 2017-01-29 22:01:05 -05:00
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: