Added command line option to control omx rotation

This commit is contained in:
Tom
2020-04-17 10:44:16 -06:00
parent a205edc1c7
commit 4bfeee690a
5 changed files with 40 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ typedef struct _CONFIGURATION {
bool sops;
bool localaudio;
bool fullscreen;
int rotate;
bool unsupported;
bool quitappafter;
bool viewonly;