Configable dump codec.

This commit is contained in:
Vlad Firoiu
2017-02-21 11:04:22 -08:00
parent a1a9e488a5
commit 21e66e60e3
3 changed files with 6 additions and 4 deletions

View File

@ -102,6 +102,7 @@ struct VideoConfig final
bool bDumpEFBTarget;
bool bDumpFramesAsImages;
bool bUseFFV1;
std::string sDumpCodec;
std::string sDumpFormat;
bool bInternalResolutionFrameDumps;
bool bFreeLook;