mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-07-21 19:22:06 +00:00
fixed encoder segfault
This commit is contained in:
@@ -49,5 +49,5 @@ struct omx_encoder_t {
|
||||
struct omx_encoder_t *omx_encoder_init();
|
||||
void omx_encoder_destroy(struct omx_encoder_t *omx);
|
||||
|
||||
int omx_encoder_prepare(struct omx_encoder_t *omx, struct device_t *dev);
|
||||
int omx_encoder_prepare_for_device(struct omx_encoder_t *omx, struct device_t *dev);
|
||||
int omx_encoder_compress_buffer(struct omx_encoder_t *omx, struct device_t *dev, int index);
|
||||
|
||||
Reference in New Issue
Block a user