Log in

View Full Version : Simple suggestion


robUx4
1st April 2002, 11:01
It seems that the XviD codec (I use the latest build from Nic) send some debugging information to Windows (OutputDebugString call). Would there be a possibility to disable it when you don't need it :


make 2 build, one with, the other without debugging
have a checkbox to enable it when needed

-h
1st April 2002, 12:46
Yeah there's probably some extra stuff floating around.

All the debug stuff in core is disabled when a release build is compiled, but vfw still has a fair bit (mostly regarding 2-pass). All that needs doing is a few lines being commented out in codec.h, however the 2-pass output is used by quite a few people.

I'm sure someone could oblige :)

-h