mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 00:47:44 +00:00
avconv: move start_time, recording_time and input_ts_offset to options context
This commit is contained in:
parent
575ec4e17d
commit
6b779cccaa
6 changed files with 35 additions and 46 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue