Re: [FFmpeg-devel] [PATCH 4/5] lavfi: replace link.closed by link.status.

2015-12-03 Thread Nicolas George
Le decadi 10 frimaire, an CCXXIV, Michael Niedermayer a écrit : > this should mention in which timebase the pts is and possibly > relative to what the timestamp is > its rather obvious to write > AVERROR(ENOMEM) > pts = av_gettime() > based on this documentation Changed to this: /** * Set the

Re: [FFmpeg-devel] [PATCH 4/5] lavfi: replace link.closed by link.status.

2015-11-30 Thread Michael Niedermayer
On Sun, Nov 29, 2015 at 05:21:51PM +0100, Nicolas George wrote: > The status field can carry any error code instead of just EOF. > Also only update it through a wrapper function and provide a timestamp. > Update the few filters that used it directly. > > Signed-off-by: Nicolas George

[FFmpeg-devel] [PATCH 4/5] lavfi: replace link.closed by link.status.

2015-11-29 Thread Nicolas George
The status field can carry any error code instead of just EOF. Also only update it through a wrapper function and provide a timestamp. Update the few filters that used it directly. Signed-off-by: Nicolas George --- libavfilter/avfilter.c | 25 ++---