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

Function fifo_push

libhb/sync.c:1212–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210}
1211
1212static void fifo_push( hb_fifo_t * fifo, hb_buffer_t * buf )
1213{
1214 if (fifo != NULL)
1215 {
1216 hb_fifo_push(fifo, buf);
1217 }
1218 else
1219 {
1220 hb_buffer_close(&buf);
1221 }
1222}
1223
1224static void streamFlush( sync_stream_t * stream )
1225{

Callers 3

streamFlushFunction · 0.85
terminateSubtitleStreamsFunction · 0.85
OutputBufferFunction · 0.85

Calls 2

hb_fifo_pushFunction · 0.85
hb_buffer_closeFunction · 0.85

Tested by

no test coverage detected