diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index a504e2e..9d3ef8e 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -284,8 +284,8 @@ struct plugin_api { unsigned char *buf, int num_frames, unsigned long header_template, void (*progressfunc)(int), bool generate_toc); - unsigned long (*find_next_frame)(int fd, int *offset, - int max_offset, unsigned long last_header); + unsigned long (*find_next_frame)(int fd, long *offset, + long max_offset, unsigned long last_header); int (*battery_level)(void); bool (*battery_level_safe)(void); #if (CONFIG_HWCODEC == MAS3587F) || (CONFIG_HWCODEC == MAS3539F) |