diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-28 18:20:17 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-04 13:12:00 +0200 |
commit | 6b779cccaab1856575b1840e09510b0f54e988a6 (patch) | |
tree | 1b6a98f0375900edbfcc60c2ec391651eddb5e68 /cmdutils.h | |
parent | 575ec4e17d4e9824bc015651dc99f0c778402866 (diff) | |
download | ffmpeg-6b779cccaab1856575b1840e09510b0f54e988a6.tar.gz |
avconv: move start_time, recording_time and input_ts_offset to options context
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index 003c928fc6..61cfc229b7 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -139,6 +139,7 @@ typedef struct { #define OPT_SPEC 0x8000 /* option is to be stored in an array of SpecifierOpt. Implies OPT_OFFSET. Next element after the offset is an int containing element count in the array. */ +#define OPT_TIME 0x10000 union { void *dst_ptr; int (*func_arg)(const char *, const char *); |