Originally committed as revision 13231 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2008-05-21 23:27:50 +00:00
parent 217e2f4679
commit a0b3bcd9fe
3 changed files with 6 additions and 16 deletions

View File

@ -70,6 +70,7 @@ typedef struct {
#define OPT_SUBTITLE 0x0200
#define OPT_FUNC2 0x0400
#define OPT_INT64 0x0800
#define OPT_EXIT 0x1000
union {
void (*func_arg)(const char *); //FIXME passing error code as int return would be nicer then exit() in the func
int *int_arg;