From 59444c76e6d43529a12dbd80b6dd29c6ba4079a9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 19 Feb 2014 18:49:48 +0100 Subject: avconv: add stream-global side data to the first demuxed packet --- avconv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'avconv.h') 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; -- cgit v1.2.3