Skip to content

Commit

Permalink
1000l (copy & paste)
Browse files Browse the repository at this point in the history
Originally committed as revision 3603 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
michaelni committed Oct 16, 2004
1 parent 17c88cb commit 394c4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 394c4d7

Please sign in to comment.