summaryrefslogtreecommitdiffstats
path: root/ffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 4fc1e18..5d6c84f 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -262,6 +262,9 @@ typedef struct InputStream {
int top_field_first;
int guess_layout_max;
+ /* number of packets successfully read for this stream */
+ uint64_t nb_packets;
+
int resample_height;
int resample_width;
int resample_pix_fmt;
OpenPOWER on IntegriCloud