OSDN Git Service

1000l (copy & paste)
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 16 Oct 2004 23:44:16 +0000 (23:44 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 16 Oct 2004 23:44:16 +0000 (23:44 +0000)
Originally committed as revision 3603 to svn://svn.ffmpeg.org/ffmpeg/trunk

cmdutils.h

index 4e566f3..1246b4d 100644 (file)
@@ -12,7 +12,7 @@ typedef struct {
 #define OPT_AUDIO  0x0020
 #define OPT_GRAB   0x0040
 #define OPT_INT    0x0080
-#define OPT_FLOAT  0x0080
+#define OPT_FLOAT  0x0100
     union {
         void (*func_arg)(const char *);
         int *int_arg;