Hi! I'm very happy that you made avm_output.h public in 0.7.34 so that I can make my program keep silent through the use of avm::out.resetDebugLevels(-1).
However, I found messages like "FFFormat MPEG PS format..." while processing MPEG files. The debug messages are displayed by "printf" in lib/aviread/FFReadHandler.cpp. I would be very glad if you kindly provide an way to shut up the debug messages like avm::out.resetDebugLevels(-1). I think that kind of messages could be very annoying for command line-based applications. By the way, I'm working on a software called zphoto that generates a flash-based photo album. Using Avifile library, zphoto can handle movie files and generates a semi-movie photo-album like <http://namazu.org/~satoru/tmp/aho/>. Thank you for your good library! Thanks, -- Satoru Takabayashi http://namazu.org/~satoru/ _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
