fix refactored code.
This commit is contained in:
@ -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);
|
Reference in New Issue
Block a user