[MPlayer-dev-eng] [PATCH] (loader/ext.c) VirtualAlloc() SIGSEGV on Linux + other fixes
Diego Biurrun
diego at biurrun.de
Fri Sep 10 19:26:51 CEST 2004
Roberto Togni writes:
> >
> > But please don't just uncomment the printfs but instead convert them
> > to mp_msg (maybe create a MSGT_LOADER and use MSGL_DBG3?).
> No message from ext.c is printed via mp_msg, probably to keep the
> differences with the original avifile loader down to a minimum.
> Almost all debug messages are printf, and they are just commented out.
> There are some dbg_ functions at the beginning of the file, but they're
> never used.
There is a dbgprintf function defined in loader/win32.c, you can use
that. IIRC those messages get printed with -v -v (or -v -v -v).
Diego
More information about the MPlayer-dev-eng
mailing list