summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-19 18:49:48 +0100
committerAnton Khirnov <anton@khirnov.net>2014-03-24 06:07:51 +0100
commit59444c76e6d43529a12dbd80b6dd29c6ba4079a9 (patch)
treed9c1133972a4d36d7a4ceac2642285ea5bfcf68f /avconv.h
parent4a0f6651434c6f213d830140f575b4ec7858519f (diff)
avconv: add stream-global side data to the first demuxed packet
Diffstat (limited to 'avconv.h')
-rw-r--r--avconv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/avconv.h b/avconv.h
index c912fae87e..19284324a0 100644
--- a/avconv.h
+++ b/avconv.h
@@ -233,6 +233,9 @@ typedef struct InputStream {
AVDictionary *opts;
AVRational framerate; /* framerate forced with -r */
+ /* number of packets successfully read for this stream */
+ uint64_t nb_packets;
+
int resample_height;
int resample_width;
int resample_pix_fmt;