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
commit 3382408b8e
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
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;