[FFmpeg-devel] [PATCH] avfilter/af_amix: switch to activate

Paul B Mahol onemda at gmail.com
Sun Aug 27 10:05:25 EEST 2017


On 8/27/17, Michael Niedermayer <michael at niedermayer.cc> wrote:
> On Sat, Aug 26, 2017 at 10:22:38PM -0300, James Almer wrote:
>> On 8/26/2017 9:59 PM, Michael Niedermayer wrote:
>> > On Sat, Aug 26, 2017 at 05:53:18PM +0200, Paul B Mahol wrote:
>> >> Really fixes hangs and infinite loops.
>> >>
>> >> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> >> ---
>> >>  libavfilter/af_amix.c | 161
>> >> +++++++++++++++++++++++++-------------------------
>> >>  1 file changed, 81 insertions(+), 80 deletions(-)
>> >
>> > This breaks fate:
>> >
>> > stddev:      0.00 PSNR:inf MAXDIFF:         0 bytes:  2116800/  1056768
>> > size: |2116800 - 1056768| >= 0
>> > stddev:      0.00 PSNR:inf MAXDIFF:         0 bytes:  2116800/   704512
>> > size: |2116800 - 704512| >= 0
>> > TEST    filter-hdcd-s16p
>> > Test filter-amix-simple failed. Look at
>> > tests/data/fate/filter-amix-simple.err for details.
>> > make: *** [fate-filter-amix-simple] Error 134
>> > make: *** [fate-filter-amix-transition] Error 134
>>
>> What system? FATE looks clean.
>
> nothing special just normal ubuntu x86-64
>
> i tool a closer look and it dies here:
> Assertion !link->status_in failed at libavfilter/avfilter.c:1639
> Aborted (core dumped)
> make: *** [fate-filter-amix-simple] Error 134
>
> thats a av_assert1(), i built with --assert-level=2

Should be fixed.


More information about the ffmpeg-devel mailing list