1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavfilter
Nicolas George 183ce55b0d lavfi: split frame_count between input and output.
AVFilterLink.frame_count is supposed to count the number of frames
that were passed on the link, but with min_samples, that number is
not always the same for the source and destination filters.
With the addition of a FIFO on the link, the difference will become
more significant.

Split the variable in two: frame_count_in counts the number of
frames that entered the link, frame_count_out counts the number
of frames that were sent to the destination filter.
2016-11-13 10:41:16 +01:00
..
2016-10-21 23:58:47 +02:00
2016-02-18 15:35:30 +01:00
2015-10-26 20:56:17 +01:00
2015-11-08 18:50:26 +01:00
2016-10-23 20:19:28 +02:00
2016-03-13 10:06:21 +01:00
2016-10-21 23:58:47 +02:00
2016-01-28 19:49:48 -08:00
2016-01-28 19:49:48 -08:00
2016-01-31 15:44:11 -08:00
2016-05-04 18:16:21 +02:00
2016-01-28 19:49:48 -08:00
2016-05-04 18:16:21 +02:00
2016-01-31 15:44:11 -08:00
2016-09-07 15:36:54 +02:00
2016-10-09 20:09:00 +02:00
2016-06-15 13:56:07 +02:00
2016-02-27 21:35:20 +01:00
2016-02-17 09:42:46 +01:00
2015-08-18 10:24:01 -04:00
2016-03-28 14:13:17 -08:00
2016-09-24 09:52:10 +02:00
2015-09-12 02:14:44 +00:00
2016-08-10 10:02:05 +02:00
2015-10-10 17:33:43 +02:00