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