diff options
author | Michael Niedermayer | 2013-08-06 12:35:48 +0200 |
---|---|---|
committer | Michael Niedermayer | 2013-08-06 12:41:04 +0200 |
commit | b7fc2693c70fe72936e4ce124c802ac23857c476 (patch) | |
tree | 6633a69bc7ab53e1478bb2210e25b834da038aa5 /ffmpeg.h | |
parent | 6d77279ed81c5db8a9f7b895d5090c0328c12174 (diff) | |
parent | 488a0fa68973d48e264d54f1722f7afb18afbea7 (diff) |
Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7'
* commit '488a0fa68973d48e264d54f1722f7afb18afbea7':
avconv: support -t as an input option.
Conflicts:
Changelog
ffmpeg.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -284,6 +284,7 @@ typedef struct InputFile { int64_t ts_offset; int64_t last_ts; int64_t start_time; /* user-specified start time in AV_TIME_BASE or AV_NOPTS_VALUE */ + int64_t recording_time; int nb_streams; /* number of stream that ffmpeg is aware of; may be different from ctx.nb_streams if new streams appear during av_read_frame() */ int nb_streams_warn; /* number of streams that the user was warned of */ |