added --cat option.
[swftools.git] / src / settings.h
index e37b4c2..5fe39b1 100644 (file)
@@ -8,8 +8,8 @@
 
    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;
@@ -17,9 +17,16 @@ struct config_t
    char clip;
    char stack;
    char antistream;
+   char dummy;
+   char cat;
    int loglevel;
    int movex;
    int movey;
+   int sizex;
+   char hassizex;
+   int sizey;
+   char hassizey;
+   int framerate;
    float scalex;
    float scaley;
 };