Use --unsupported option also for unsupported resolutions

This commit is contained in:
Iwan Timmer
2017-06-16 21:49:10 +02:00
parent abbd3766bc
commit 2c35e70cc0
6 changed files with 15 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ typedef struct _CONFIGURATION {
bool sops;
bool localaudio;
bool fullscreen;
bool unsupported_version;
bool unsupported;
char* inputs[MAX_INPUTS];
int inputsCount;
enum codecs codec;