Add verbose option and hide most logging

This commit is contained in:
Iwan Timmer
2017-06-11 18:06:50 +02:00
parent d759cfdf37
commit e06a78130a
7 changed files with 41 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ enum codecs { CODEC_UNSPECIFIED, CODEC_H264, CODEC_HEVC };
typedef struct _CONFIGURATION {
STREAM_CONFIGURATION stream;
int debug_level;
char* app;
char* action;
char* address;