Re: [FFmpeg-devel] [PATCH 2/5] lavfi: add link.current_pts field.

2015-11-30 Thread Michael Niedermayer
On Sun, Nov 29, 2015 at 05:21:49PM +0100, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavfilter/avfilter.c | 2 ++ > libavfilter/avfilter.h | 6 ++ > 2 files changed, 8 insertions(+) id say, the addition makes sense, exact timebases are better when they

[FFmpeg-devel] [PATCH 2/5] lavfi: add link.current_pts field.

2015-11-29 Thread Nicolas George
Signed-off-by: Nicolas George --- libavfilter/avfilter.c | 2 ++ libavfilter/avfilter.h | 6 ++ 2 files changed, 8 insertions(+) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index e583ec0..06a8239 100644 --- a/libavfilter/avfilter.c +++