--- branches/dev-api-3/xvidcore/src/bitstream/vlc_codes.h 2002/11/02 15:52:31 619 +++ branches/dev-api-3/xvidcore/src/bitstream/vlc_codes.h 2002/12/14 09:39:42 721 @@ -1317,7 +1317,7 @@ level = BitstreamGetBits(bs, 8); if (level == 0 || level == 128) - DEBUG1("Illegal LEVEL for ESCAPE mode 4:", level); + DPRINTF(DPRINTF_ERROR,"Illegal LEVEL for ESCAPE mode 4: %i", level); return (level >= 128 ? -(256 - level) : level); }