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

Function save_rpu

libhb/rpu.c:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189static void save_rpu(hb_filter_private_t *pv, AVBufferRef *ref)
190{
191 av_buffer_unref(&pv->rpu);
192 pv->rpu = av_buffer_ref(ref);
193}
194#endif
195
196static int rpu_work(hb_filter_object_t *filter,

Callers 1

rpu_workFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected