MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_deep_log

Function hb_deep_log

libhb/common.c:4535–4542  ·  view source on GitHub ↗

* hb_deep_log ********************************************************************** * If verbose mode is >= level, print message with timestamp. Messages * longer than 360 characters are stripped ;p *********************************************************************/

Source from the content-addressed store, hash-verified

4533 * longer than 360 characters are stripped ;p
4534 *********************************************************************/
4535void hb_deep_log( hb_debug_level_t level, char * log, ... )
4536{
4537 va_list args;
4538
4539 va_start( args, log );
4540 hb_valog( level, NULL, log, args );
4541 va_end( args );
4542}
4543
4544/**********************************************************************
4545 * hb_error

Callers 15

encavcodecaCloseFunction · 0.85
hb_job_setup_passesFunction · 0.85
hb_batch_initFunction · 0.85
try_buttonFunction · 0.85
hb_dvdnav_main_featureFunction · 0.85
hb_dvdnav_readFunction · 0.85
srt_readFunction · 0.85
decsrtInitFunction · 0.85
muxCloseFunction · 0.85
fixAudioGapFunction · 0.85
UpdateSCRFunction · 0.85

Calls 1

hb_valogFunction · 0.85

Tested by

no test coverage detected