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

Function mf_peek

libhb/muxcommon.c:333–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333static hb_buffer_t *mf_peek( hb_track_t *track )
334{
335 return track->mf.out == track->mf.in ?
336 NULL : track->mf.fifo[track->mf.out & (track->mf.flen - 1)];
337}
338
339static void MoveToInternalFifos( int tk, hb_mux_t *mux, hb_buffer_t * buf )
340{

Callers 1

OutputTrackChunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected