Re: [libav-devel] [PATCH] lavfi: add a function for copying properties from AVFilterBufferRef-AVFrame

2012-05-04 Thread Måns Rullgård
Anton Khirnov an...@khirnov.net writes: Based on a commit by Stefano Sabatini stefano.sabatini-l...@poste.it --- libavfilter/avfilter.c | 23 +++ libavfilter/avfilter.h |8 2 files changed, 31 insertions(+) What is it good for? -- Måns Rullgård

Re: [libav-devel] [PATCH] lavfi: add a function for copying properties from AVFilterBufferRef-AVFrame

2012-05-04 Thread Anton Khirnov
On Fri, 04 May 2012 12:58:02 +0100, Måns Rullgård m...@mansr.com wrote: Anton Khirnov an...@khirnov.net writes: Based on a commit by Stefano Sabatini stefano.sabatini-l...@poste.it --- libavfilter/avfilter.c | 23 +++ libavfilter/avfilter.h |8 2

Re: [libav-devel] [PATCH] lavfi: add a function for copying properties from AVFilterBufferRef-AVFrame

2012-05-04 Thread Måns Rullgård
Anton Khirnov an...@khirnov.net writes: On Fri, 04 May 2012 12:58:02 +0100, Måns Rullgård m...@mansr.com wrote: Anton Khirnov an...@khirnov.net writes: Based on a commit by Stefano Sabatini stefano.sabatini-l...@poste.it --- libavfilter/avfilter.c | 23 +++

Re: [libav-devel] [PATCH] lavfi: add a function for copying properties from AVFilterBufferRef-AVFrame

2012-05-04 Thread Anton Khirnov
On Fri, 04 May 2012 13:18:25 +0100, Måns Rullgård m...@mansr.com wrote: Anton Khirnov an...@khirnov.net writes: On Fri, 04 May 2012 12:58:02 +0100, Måns Rullgård m...@mansr.com wrote: Anton Khirnov an...@khirnov.net writes: Based on a commit by Stefano Sabatini

[libav-devel] [PATCH] lavfi: add a function for copying properties from AVFilterBufferRef-AVFrame

2012-05-03 Thread Anton Khirnov
Based on a commit by Stefano Sabatini stefano.sabatini-l...@poste.it --- libavfilter/avfilter.c | 23 +++ libavfilter/avfilter.h |8 2 files changed, 31 insertions(+) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index d426591..3b1fd95 100644 ---