summaryrefslogtreecommitdiff
path: root/apps/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.h')
-rw-r--r--apps/metadata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/metadata.h b/apps/metadata.h
index b83c5497bf..bd9cd27eca 100644
--- a/apps/metadata.h
+++ b/apps/metadata.h
@@ -227,6 +227,9 @@ struct mp3entry {
227 bool has_toc; /* True if there is a VBR header in the file */ 227 bool has_toc; /* True if there is a VBR header in the file */
228 unsigned char toc[100]; /* table of contents */ 228 unsigned char toc[100]; /* table of contents */
229 229
230 /* Added for ATRAC3 */
231 unsigned int channels; /* Number of channels in the stream */
232 unsigned int extradata_size; /* Size (in bytes) of the codec's extradata from the container */
230 /* these following two fields are used for local buffering */ 233 /* these following two fields are used for local buffering */
231 char id3v2buf[ID3V2_BUF_SIZE]; 234 char id3v2buf[ID3V2_BUF_SIZE];
232 char id3v1buf[4][92]; 235 char id3v1buf[4][92];