avfilter/avfilter: add sample_count_in and sample_count_out

This commit is contained in:
Paul B Mahol
2020-06-03 15:22:41 +02:00
parent 82123e133d
commit c317862c88
2 changed files with 7 additions and 0 deletions

View File

@@ -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.
*/