From ebf6cc4c1a846744195cedd8b513ddc3e82da338 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 20 Sep 2002 18:54:22 +0000 Subject: 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 --- cfg-common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cfg-common.h') 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; -- cgit v1.2.3