Re: [FFmpeg-devel] [PATCH] lavfi: add error message to help users convert to new lavfi syntax.

2015-08-18 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 08:05:05PM -0400, Ronald S. Bultje wrote: --- libavfilter/avfilter.c | 13 - libavfilter/version.h | 3 +++ 2 files changed, 15 insertions(+), 1 deletion(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I am the

[FFmpeg-devel] [PATCH] lavfi: add error message to help users convert to new lavfi syntax.

2015-08-17 Thread Ronald S. Bultje
--- libavfilter/avfilter.c | 13 - libavfilter/version.h | 3 +++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 7cc4334..4d833f0 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -895,7 +895,7