]> granicus.if.org Git - handbrake/commit
Adds an hb_deep_log() function for multiple levels of debugging verbosity. Level...
authorjbrjake <jb.rubin@gmail.com>
Thu, 9 Oct 2008 00:16:14 +0000 (00:16 +0000)
committerjbrjake <jb.rubin@gmail.com>
Thu, 9 Oct 2008 00:16:14 +0000 (00:16 +0000)
commit45307049935e7f3a991957d35f699bb00a288a5b
tree982b2af1c3a6ab45c5af29b6ffcd208bf4d7a64f
parenta6f41219f1a6251da2ae5d31202b88adcce1ffc2
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://svn.handbrake.fr/HandBrake/trunk@1819 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.c
libhb/hb.c
libhb/internal.h
test/test.c