diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-10-16 23:44:16 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-10-16 23:44:16 +0000 |
commit | 394c4d77d2f37e373c617f9c90e5c9f6383656c2 (patch) | |
tree | 8891a0bedd9375f545c34e98c172bf30fde18e8a /cmdutils.h | |
parent | 17c88cb0cee80b76bd157174fbd5e6e76712bff5 (diff) | |
download | ffmpeg-394c4d77d2f37e373c617f9c90e5c9f6383656c2.tar.gz |
1000l (copy & paste)
Originally committed as revision 3603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h index 4e566f3b02..1246b4de5a 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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; |