summaryrefslogtreecommitdiff
path: root/lib/rbcodec/metadata/metadata.h
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2024-07-15 23:33:29 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2024-07-20 07:27:01 -0400
commit7e90760a48a0dcd0e6d7133022ffb1736083dd46 (patch)
tree6f67f1a66b7c4b65a767ee078971b20ac6ab2a79 /lib/rbcodec/metadata/metadata.h
parent072228bb70c71bd05eff848d15c36d7f540972b3 (diff)
downloadrockbox-7e90760a48a0dcd0e6d7133022ffb1736083dd46.tar.gz
rockbox-7e90760a48a0dcd0e6d7133022ffb1736083dd46.zip
[Feature] Playlis to cue plugin
generate valid cue files from a playlist uses remarks to store extra id3 info and display and playlist index Change-Id: I00c9f6389445bb601dde6eb8f36157044024f8cb
Diffstat (limited to 'lib/rbcodec/metadata/metadata.h')
-rw-r--r--lib/rbcodec/metadata/metadata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbcodec/metadata/metadata.h b/lib/rbcodec/metadata/metadata.h
index a0ba0376c6..ce1b153833 100644
--- a/lib/rbcodec/metadata/metadata.h
+++ b/lib/rbcodec/metadata/metadata.h
@@ -333,6 +333,7 @@ void wipe_mp3entry(struct mp3entry *id3);
333 333
334void fill_metadata_from_path(struct mp3entry *id3, const char *trackname); 334void fill_metadata_from_path(struct mp3entry *id3, const char *trackname);
335int get_audio_base_codec_type(int type); 335int get_audio_base_codec_type(int type);
336const char * get_codec_string(int type);
336bool rbcodec_format_is_atomic(int afmt); 337bool rbcodec_format_is_atomic(int afmt);
337bool format_buffers_with_offset(int afmt); 338bool format_buffers_with_offset(int afmt);
338 339