Signed-off-by: Paul B Mahol <one...@gmail.com> --- libavfilter/avfilter.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index b82f72d040..a71745283c 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -584,6 +584,11 @@ struct AVFilterLink { */ int64_t frame_count_in, frame_count_out; + /** + * Number of past samples sent through the link. + */ + int64_t sample_count_in, sample_count_out; + /** * A pointer to a FFFramePool struct. */ -- 2.17.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".