summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-20 18:54:22 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-20 18:54:22 +0000
commitebf6cc4c1a846744195cedd8b513ddc3e82da338 (patch)
treed9b508c8ccdb082e2e4339c575cef52c5855fc5b /cfg-common.h
parenta000194a10272f9215afdcec386b70363868dc4e (diff)
downloadmpv-ebf6cc4c1a846744195cedd8b513ddc3e82da338.tar.bz2
mpv-ebf6cc4c1a846744195cedd8b513ddc3e82da338.tar.xz
some mpcodecs option declaration moved to cfg-*, as aren;t used by
mencoder/mplayer core git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7452 b3059339-0415-0410-9bf9-f77b7e298cf2
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;