Baptiste Coudurier <baptiste.coudur...@gmail.com> added the comment:

Check with latest svn.

No crash.

Check with valgrind and only one error:
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x43c5080]ISO: File Type Major Brand: isom
st:1 removing common factor 4 from timebase
[h264 @ 0x43ced70]AVC: Consumed only 232 bytes instead of 238
[h264 @ 0x43ced70]AVC: Consumed only 27 bytes instead of 33
[h264 @ 0x43ced70]Missing reference picture
[h264 @ 0x43ced70]no picture
==22189== Conditional jump or move depends on uninitialised value(s)
==22189==    at 0x811C6E0: ff_print_debug_info (mpegvideo.c:1133)

line is "if(s->avctx->hwaccel || !pict || !pict->mb_type) return;"
and it seems pict->mb_type is not initialized.

Carl Eugen, can you please check also ? Thanks.

____________________________________________________
FFmpeg issue tracker <iss...@roundup.ffmpeg.org>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue905>
____________________________________________________

Reply via email to