diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-11-11 23:35:51 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-11-12 16:23:27 +0000 |
commit | b912ad508803dbeb1bba67689cbd8d76ccd311ef (patch) | |
tree | 2db937379a5cdf187ae6f69fb2afffe98647a642 /apps/plugin.h | |
parent | 388adff3cc4ab8584c2c99f9bc5ad7e309281d5e (diff) |
plugin: Un-export find_next_frame()
No in-tree users
Change-Id: I898623253e43507e9fb9df965be45568ff33880d
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 98be645134..394a4dbbfd 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -740,8 +740,6 @@ struct plugin_api { unsigned long rec_time, unsigned long header_template, void (*progressfunc)(int), bool generate_toc, unsigned char* tempbuf, size_t tempbuf_len); - unsigned long (*find_next_frame)(int fd, long *offset, - long max_offset, unsigned long reference_header); #ifdef HAVE_TAGCACHE bool (*tagcache_search)(struct tagcache_search *tcs, int tag); void (*tagcache_search_set_uniqbuf)(struct tagcache_search *tcs, |