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

Function hb_log

libhb/common.c:4520–4527  ·  view source on GitHub ↗

* hb_log ********************************************************************** * If verbose mode is one, print message with timestamp. Messages * longer than 180 characters are stripped ;p *********************************************************************/

Source from the content-addressed store, hash-verified

4518 * longer than 180 characters are stripped ;p
4519 *********************************************************************/
4520void hb_log( char * log, ... )
4521{
4522 va_list args;
4523
4524 va_start( args, log );
4525 hb_valog( 0, NULL, log, args );
4526 va_end( args );
4527}
4528
4529/**********************************************************************
4530 * hb_deep_log

Callers 15

encavcodecaInitFunction · 0.85
get_packetsFunction · 0.85
EncodeFunction · 0.85
crop_scale_initFunction · 0.85
hb_ff_mixdown_xlatFunction · 0.85
hb_check_nvenc_availableFunction · 0.85
hb_initFunction · 0.85
hb_remove_previewsFunction · 0.85
hb_scanFunction · 0.85
hb_get_previewFunction · 0.85
hb_detect_combFunction · 0.85

Calls 1

hb_valogFunction · 0.85

Tested by

no test coverage detected