Re: [FFmpeg-devel] [PATCH 2/4] lavfi: split frame_count between input and output.

2016-11-03 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH 2/4] lavfi: split frame_count between input and output.

2016-10-24 Thread Paul B Mahol
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

[FFmpeg-devel] [PATCH 2/4] lavfi: split frame_count between input and output.

2016-10-23 Thread Nicolas George
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