OSDN Git Service

Adds an hb_deep_log() function for multiple levels of debugging verbosity. Level...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 9 Oct 2008 00:16:14 +0000 (00:16 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 9 Oct 2008 00:16:14 +0000 (00:16 +0000)
commit4b7a67719d6766455c86e47e0396582692a0d74f
tree982b2af1c3a6ab45c5af29b6ffcd208bf4d7a64f
parentd57bf0c5f9436c7faa917700a48e26f77d5881b0
Adds an hb_deep_log() function for multiple levels of debugging verbosity. Level 1 displays when hb_log does (job->verbose == 1)  and is now meant for logging that helps in tech support. Level 2 adds memory-related logging like freed buffers, and level 3 is for granular stuff that displays once per sample, frame, packet, etc. The debug level continues to be set when hb_init() is called.

git-svn-id: svn://localhost/HandBrake/trunk@1819 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.c
libhb/hb.c
libhb/internal.h
test/test.c