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

Function ts_isIframe

libhb/stream.c:1401–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1399}
1400
1401static int ts_isIframe( hb_stream_t *stream, const uint8_t *buf, int adapt_len )
1402{
1403 return isIframe( stream, buf + 13 + adapt_len, 188 - ( 13 + adapt_len ) );
1404}
1405
1406/*
1407 * scan the next MB of 'stream' to find the next start packet for

Callers 1

hb_sample_ptsFunction · 0.85

Calls 1

isIframeFunction · 0.85

Tested by

no test coverage detected