| 52 | } |
| 53 | |
| 54 | static void hb_buffer_close_callback(void *opaque, uint8_t *data) |
| 55 | { |
| 56 | hb_buffer_t *buf = opaque; |
| 57 | hb_buffer_close(&buf); |
| 58 | } |
| 59 | |
| 60 | void hb_video_buffer_to_avframe(AVFrame *frame, hb_buffer_t **buf_in) |
| 61 | { |
nothing calls this directly
no test coverage detected