| 1399 | } |
| 1400 | |
| 1401 | static 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 |
no test coverage detected