summaryrefslogtreecommitdiff
path: root/lib/rbcodec/metadata/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/metadata/metadata.h')
-rw-r--r--lib/rbcodec/metadata/metadata.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rbcodec/metadata/metadata.h b/lib/rbcodec/metadata/metadata.h
index eda1fb0d7d..b30979334a 100644
--- a/lib/rbcodec/metadata/metadata.h
+++ b/lib/rbcodec/metadata/metadata.h
@@ -272,10 +272,6 @@ struct mp3entry {
272 bool has_toc; /* True if there is a VBR header in the file */ 272 bool has_toc; /* True if there is a VBR header in the file */
273 unsigned char toc[100]; /* table of contents */ 273 unsigned char toc[100]; /* table of contents */
274 274
275 /* Added for ATRAC3 */
276 unsigned int channels; /* Number of channels in the stream */
277 unsigned int extradata_size; /* Size (in bytes) of the codec's extradata from the container */
278
279 /* Added for AAC HE SBR */ 275 /* Added for AAC HE SBR */
280 bool needs_upsampling_correction; /* flag used by aac codec */ 276 bool needs_upsampling_correction; /* flag used by aac codec */
281 277