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

Function hb_buffer_close_callback

libhb/hbffmpeg.c:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static void hb_buffer_close_callback(void *opaque, uint8_t *data)
55{
56 hb_buffer_t *buf = opaque;
57 hb_buffer_close(&buf);
58}
59
60void hb_video_buffer_to_avframe(AVFrame *frame, hb_buffer_t **buf_in)
61{

Callers

nothing calls this directly

Calls 1

hb_buffer_closeFunction · 0.85

Tested by

no test coverage detected