Benjamin Larsson <[email protected]> added the comment: Baptiste Coudurier wrote: > Baptiste Coudurier <[email protected]> added the comment: > > On 6/5/2009 1:13 AM, Benjamin Larsson wrote: > >> Benjamin Larsson <[email protected]> added the comment: >> >> [...] >> >> >>> #0 0xb7a1bb25 in float_to_int16_interleave_sse2 (dst=0xaf6579a4, >>> src=0xafffd050, len=-2304, channels=2) >>> >> Most likely the cause is the unaligned destination. >> >> > > Quick question, would it be possible to check for this in > avcodec_decode_audio if SSE2 is enabled and fail if dst is _not_ aligned ? >
Of course we can, why didn't I think of that. Add an assert or av_log for that. MvH Benjamin Larsson ---------- title: Segmentation fault when decoding ogg vorbis file with sse enabled -> Segmentation fault when decoding ogg vorbis file with sse enabled _____________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/roundup/ffmpeg/issue1146> _____________________________________________________
