implement --merge, --frame and --stack1 options.
[swftools.git] / src / settings.h
index e37b4c2..19470a9 100644 (file)
@@ -8,18 +8,28 @@
 
    This file is distributed under the GPL, see file COPYING for details */
 
-#ifndef __config_h__
-#define __config_h__
+#ifndef __settings_h__
+#define __settings_h__
 struct config_t
 {
    char overlay;
    char alloctest;
    char clip;
    char stack;
+   char stack1;
    char antistream;
+   char dummy;
+   char cat;
+   char merge;
+   char isframe;
    int loglevel;
    int movex;
    int movey;
+   int sizex;
+   char hassizex;
+   int sizey;
+   char hassizey;
+   int framerate;
    float scalex;
    float scaley;
 };