oh no it's meant to be a spectacular detonation. reserved for "this should never happen" during alpha testing.
Quote from Mystery:
Quote from nate:
...(due to yua calling exit(1) following a fatal error from ffmpeg)...
Is it wise to do that? I cannot speak for your code, but std::exit does not call destructors for local variables. Perhaps it might just be better to throw some exception that is not caught?
http://codepad.org/yV3F6yRW
Wouldn't call the local destructors anyway, pretty sure that's implementation defined at best. Don't feel like digging up the standard to check.