Warn about unsupported resolutions in combination with SOPS

When using unsupported resolutions SOPS will default to 720p60
This commit is contained in:
Iwan Timmer
2020-03-17 22:37:18 +01:00
parent a66d75b145
commit 7f856d3284
3 changed files with 11 additions and 2 deletions

View File

@@ -29,5 +29,6 @@
#define GS_UNSUPPORTED_VERSION -7
#define GS_NOT_SUPPORTED_MODE -8
#define GS_ERROR -9
#define GS_NOT_SUPPORTED_SOPS_RESOLUTION -10
extern const char* gs_error;