Closed GoogleCodeExporter closed 9 years ago
Causes Java to crash so it's critical (even though the actual problem is user
error
since the output container has no streams set up).
Original comment by art.cla...@gmail.com
on 8 Apr 2009 at 12:00
The issue was that writeHeader() wasn't checking to make sure there were streams
already added to the container. When writing FLV files this didn't matter, but
the
FFMPEG MP3 muxer would core dump without at least one stream.
So now we don't actually call av_write_header if we don't have at least one
stream as
a work around. I think that's the right fix.
There is a native and a java unit test checked in with the fix in r334
Original comment by art.cla...@gmail.com
on 8 Apr 2009 at 12:25
Original issue reported on code.google.com by
art.cla...@gmail.com
on 7 Apr 2009 at 11:54