Le tridi 3 brumaire, an CCXXV, Paul B Mahol a écrit :
> Idea sounds sane, i havent chacked each change if it is correct.
Thanks. I intend to push this one and also 1/4 in this series soon if
nobody objects. Real review is needed for 3 and the new version of 4.
Regards,
--
Nicolas George
sig
On 10/23/16, Nicolas George wrote:
> 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
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