VideoCommon/FrameDump: Allow user to specify a pixel format.

This commit is contained in:
Admiral H. Curtiss
2022-04-09 00:45:49 +02:00
parent 120208ae03
commit 3382408b8e
5 changed files with 25 additions and 9 deletions

View File

@ -102,6 +102,7 @@ struct VideoConfig final
bool bDumpFramesAsImages = false;
bool bUseFFV1 = false;
std::string sDumpCodec;
std::string sDumpPixelFormat;
std::string sDumpEncoder;
std::string sDumpFormat;
std::string sDumpPath;