mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter/avfilter: add sample_count_in and sample_count_out
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user