allow ids instead of names.
[swftools.git] / src / settings.h
index da73a71..a602516 100644 (file)
@@ -1,5 +1,5 @@
 /* args.h
 /* args.h
-   Settings for swfcombine. This is deliberately not named "config.h" to
+   Settings for swfcombine. This file is deliberately not named "config.h" to
    avoid conflicts with GNU autoconf.
 
    Part of the swftools package.
    avoid conflicts with GNU autoconf.
 
    Part of the swftools package.
@@ -16,9 +16,16 @@ struct config_t
    char alloctest;
    char clip;
    char stack;
    char alloctest;
    char clip;
    char stack;
+   char antistream;
+   char dummy;
    int loglevel;
    int movex;
    int movey;
    int loglevel;
    int movex;
    int movey;
+   int sizex;
+   char hassizex;
+   int sizey;
+   char hassizey;
+   int framerate;
    float scalex;
    float scaley;
 };
    float scalex;
    float scaley;
 };