plugin: Un-export find_next_frame()
No in-tree users Change-Id: I898623253e43507e9fb9df965be45568ff33880d
This commit is contained in:
parent
388adff3cc
commit
b912ad5088
3 changed files with 0 additions and 12 deletions
|
@ -649,7 +649,6 @@ static const struct plugin_api rockbox_api = {
|
||||||
mp3info,
|
mp3info,
|
||||||
count_mp3_frames,
|
count_mp3_frames,
|
||||||
create_xing_header,
|
create_xing_header,
|
||||||
find_next_frame,
|
|
||||||
#ifdef HAVE_TAGCACHE
|
#ifdef HAVE_TAGCACHE
|
||||||
tagcache_search,
|
tagcache_search,
|
||||||
tagcache_search_set_uniqbuf,
|
tagcache_search_set_uniqbuf,
|
||||||
|
|
|
@ -740,8 +740,6 @@ struct plugin_api {
|
||||||
unsigned long rec_time, unsigned long header_template,
|
unsigned long rec_time, unsigned long header_template,
|
||||||
void (*progressfunc)(int), bool generate_toc,
|
void (*progressfunc)(int), bool generate_toc,
|
||||||
unsigned char* tempbuf, size_t tempbuf_len);
|
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
|
#ifdef HAVE_TAGCACHE
|
||||||
bool (*tagcache_search)(struct tagcache_search *tcs, int tag);
|
bool (*tagcache_search)(struct tagcache_search *tcs, int tag);
|
||||||
void (*tagcache_search_set_uniqbuf)(struct tagcache_search *tcs,
|
void (*tagcache_search_set_uniqbuf)(struct tagcache_search *tcs,
|
||||||
|
|
|
@ -585,15 +585,6 @@ bool find_albumart(const struct mp3entry *id3, char *buf, int buflen)
|
||||||
\return
|
\return
|
||||||
\description
|
\description
|
||||||
|
|
||||||
unsigned long find_next_frame(int fd, long *offset, long max_offset, unsigned long last_header)
|
|
||||||
\group misc
|
|
||||||
\param fd
|
|
||||||
\param offset
|
|
||||||
\param max_offset
|
|
||||||
\param last_header
|
|
||||||
\return
|
|
||||||
\description
|
|
||||||
|
|
||||||
void flush_icache(void)
|
void flush_icache(void)
|
||||||
\conditions (defined(CACHE_FUNCTIONS_AS_CALL))
|
\conditions (defined(CACHE_FUNCTIONS_AS_CALL))
|
||||||
\description
|
\description
|
||||||
|
|
Loading…
Reference in a new issue