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

Function flushStreamsLock

libhb/sync.c:1267–1272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1265}
1266
1267static void flushStreamsLock( sync_common_t * common )
1268{
1269 hb_lock(common->mutex);
1270 flushStreams(common);
1271 hb_unlock(common->mutex);
1272}
1273
1274static void log_chapter( sync_common_t *common, int chap_num,
1275 int nframes, int64_t pts )

Callers 3

syncVideoWorkFunction · 0.85
syncAudioWorkFunction · 0.85
syncSubtitleWorkFunction · 0.85

Calls 3

hb_lockFunction · 0.85
flushStreamsFunction · 0.85
hb_unlockFunction · 0.85

Tested by

no test coverage detected