[issue1986] Ogg file causes OOM kill on FFmpeg

2010-06-09 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Crashes for me after av_mallocz returns NULL in ff_interleave_add_packet (utils.c:2827). Do we have a policy for using alloc in void functions? -- status: new - open substatus: new - reproduced

[issue1986] Ogg file causes OOM kill on FFmpeg

2010-06-06 Thread Reimar Döffinger
New submission from Reimar Döffinger b...@reimardoeffinger.de: The cause seems to be the old issue of first pts being 0 and then suddenly jumping to some high value, which makes the file unplayable with MPlayer. Debugging with FFmpeg is even harder though since it starts consuming 4 GB of RAM