[libav-devel] [PATCH] allfilters: fix type of avfilter_vsrc_buffer.

2011-12-22 Thread Anton Khirnov
--- libavfilter/allfilters.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index a6f1731..ba66941 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -91,7 +91,7 @@ void avfilter_register_all(void)

Re: [libav-devel] [PATCH] allfilters: fix type of avfilter_vsrc_buffer.

2011-12-22 Thread Måns Rullgård
Anton Khirnov an...@khirnov.net writes: --- libavfilter/allfilters.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index a6f1731..ba66941 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c