Re: [FFmpeg-devel] [PATCH] avfilter/avfilter: Error out if audio parameters change instead of failing an assert

2015-10-16 Thread Michael Niedermayer
On Fri, Oct 16, 2015 at 10:19:11AM +0200, Paul B Mahol wrote: > On 10/16/15, Michael Niedermayer wrote: > > From: Michael Niedermayer > > > > Filters which support such changes should be excluded from these checks > > > > Fixes Ticket4884 > > > > Signed-off-by: Michael Niedermayer > > --- > > l

Re: [FFmpeg-devel] [PATCH] avfilter/avfilter: Error out if audio parameters change instead of failing an assert

2015-10-16 Thread Paul B Mahol
On 10/16/15, Michael Niedermayer wrote: > From: Michael Niedermayer > > Filters which support such changes should be excluded from these checks > > Fixes Ticket4884 > > Signed-off-by: Michael Niedermayer > --- > libavfilter/avfilter.c | 23 +++ > 1 file changed, 19 inserti

[FFmpeg-devel] [PATCH] avfilter/avfilter: Error out if audio parameters change instead of failing an assert

2015-10-15 Thread Michael Niedermayer
From: Michael Niedermayer Filters which support such changes should be excluded from these checks Fixes Ticket4884 Signed-off-by: Michael Niedermayer --- libavfilter/avfilter.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/libavfilter/avfilter.