Comment 2 for bug 1483861

Revision history for this message
Steffen Pankratz (kratz00) wrote :

ffmpeg2theora 0.30 and even the latest git revision (49dea2a077f62925b62636758cc6c1f565b77535) suffer from this bug. For me this bug is triggered by adding the "-H" parameter, as I wanted to re-sample the audio to 44100 Hz. See stacktrace_1483861.txt (This is a debug build of the mentioned git revision).

The attached patch by Brion still applies against the mentioned git revision:

patch -p1 -i ../0001-Fix-regressions-segfaults-during-after-conversion.patch
patching file src/ffmpeg2theora.c
Hunk #1 succeeded at 611 (offset 68 lines).
Hunk #2 succeeded at 1065 (offset 68 lines).
Hunk #3 succeeded at 1896 (offset 70 lines).

With Brion's patch ffmpeg2theora does not crash anymore and the audio is re-sampled to 44100 Hz.

Is there any reason this patch was not accepted yet?