Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-05-22 03:27:50 +0400
committerMichael Niedermayer <michaelni@gmx.at>2008-05-22 03:27:50 +0400
commita0b3bcd9fe8503c8e842972f7ea7f83770911b73 (patch)
tree808ef946ba74704408b8d1cf06005a57c2e8fed2 /cmdutils.h
parent217e2f46797ccbd90e00da83da8aeb49c5dd4eb9 (diff)
OPT_EXIT
Originally committed as revision 13231 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 27d295fe81..585f9a127e 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -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;