summaryrefslogtreecommitdiffstats
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-06 12:35:48 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-06 12:41:04 +0200
commitb7fc2693c70fe72936e4ce124c802ac23857c476 (patch)
tree6633a69bc7ab53e1478bb2210e25b834da038aa5 /ffmpeg.h
parent6d77279ed81c5db8a9f7b895d5090c0328c12174 (diff)
parent488a0fa68973d48e264d54f1722f7afb18afbea7 (diff)
downloadffmpeg-streaming-b7fc2693c70fe72936e4ce124c802ac23857c476.zip
ffmpeg-streaming-b7fc2693c70fe72936e4ce124c802ac23857c476.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 9b70eb2..09b29a9 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -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 */
OpenPOWER on IntegriCloud