Allow users to specify the encoder used for framedumping.

This commit is contained in:
Vlad Firoiu
2017-12-29 09:00:55 -05:00
committed by Léo Lam
parent 1f89d91deb
commit 330881ae80
6 changed files with 15 additions and 3 deletions

View File

@ -100,6 +100,7 @@ struct VideoConfig final
bool bDumpFramesAsImages;
bool bUseFFV1;
std::string sDumpCodec;
std::string sDumpEncoder;
std::string sDumpFormat;
std::string sDumpPath;
bool bInternalResolutionFrameDumps;