Daniel <[EMAIL PROTECTED]> added the comment:
You mean applying this patch after the previous two:
-----
--- ffmpeg.c (working copy)
+++ ffmpeg.c (working copy)
@@ -641,7 +641,7 @@
if (ost->audio_resample) {
size_out = audio_resample(ost->resample,
(short *)audio_buf, (short *)buftmp,
- size / (ist->st->codec->channels * 2));
+ size_out / (ist->st->codec->channels * 2));
size_out = size_out * enc->channels * 2;
buftmp = audio_buf;
}
-----
Can you try this, and with vlangrind if possible?
______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue582>
______________________________________________________