summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index e50f2bb44e..33b5a94d12 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -179,6 +179,12 @@
#include "config.h"
+// codec/filter opts: (defiend at libmpcodecs/vd.c)
+extern int screen_size_xy;
+extern float movie_aspect;
+extern int softzoom;
+extern int flip;
+
#ifdef STREAMING
/* defined in network.c */
extern char *network_username;