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

Function ts_warn

libhb/stream.c:333–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331static void ts_err( hb_stream_t*, int, char*, ... ) HB_WPRINTF(3,4);
332
333static void ts_warn( hb_stream_t *stream, char *log, ... )
334{
335 va_list args;
336 va_start( args, log );
337 ts_warn_helper( stream, log, args );
338 va_end( args );
339}
340
341static int get_id(hb_pes_stream_t *pes)
342{

Callers 2

next_packetFunction · 0.85
hb_ts_decode_pktFunction · 0.85

Calls 1

ts_warn_helperFunction · 0.85

Tested by

no test coverage detected