fix refactored code.

This commit is contained in:
Jordan
2024-03-13 10:26:37 -07:00
parent cc317d0d24
commit 9f641ffbf7
6 changed files with 78 additions and 55 deletions

View File

@ -15,6 +15,6 @@ FILE *make_buffer(const uint8_t *, const size_t);
_FFI_PLUGIN
const Frame *new_frame_from_handle(FILE *, int, int, int);
_FFI_PLUGIN
const Frame *
new_frame_from_data(const uint8_t *, const size_t, int, int, int);
const Frame *new_frame_from_data(const uint8_t *, const size_t, int, int, int);