Hello, On Thu, May 17, 2007 at 10:14:46PM +0200, Alex Beregszaszi wrote: [...] > +#define av_assert(x) do { \ > + if (!(x)) { \ > + av_log(NULL, AV_LOG_ERROR, "Assertion '" #x "' failed in %s at %s:%d\n", __PRETTY_FUNCTION__, __FILE__, __LINE__); \ > + abort(); \ EEVILTAB ;-)