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

Function ts_err

libhb/stream.c:450–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450static void ts_err( hb_stream_t *stream, int curstream, char *log, ... )
451{
452 va_list args;
453 va_start( args, log );
454 ts_warn_helper( stream, log, args );
455 va_end( args );
456
457 if (curstream >= 0)
458 {
459 stream->ts.list[curstream].skipbad = 1;
460 stream->ts.list[curstream].continuity = -1;
461 }
462}
463
464static int check_ps_sync(const uint8_t *buf)
465{

Callers 1

hb_ts_decode_pktFunction · 0.85

Calls 1

ts_warn_helperFunction · 0.85

Tested by

no test coverage detected