summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/stream.h')
-rw-r--r--apps/codecs/libmad/stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libmad/stream.h b/apps/codecs/libmad/stream.h
index be48edbd19..d0510d091d 100644
--- a/apps/codecs/libmad/stream.h
+++ b/apps/codecs/libmad/stream.h
@@ -83,7 +83,9 @@ struct mad_stream {
83 83
84enum { 84enum {
85 MAD_OPTION_IGNORECRC = 0x0001, /* ignore CRC errors */ 85 MAD_OPTION_IGNORECRC = 0x0001, /* ignore CRC errors */
86# if 0 /* rockbox: unused */
86 MAD_OPTION_HALFSAMPLERATE = 0x0002 /* generate PCM at 1/2 sample rate */ 87 MAD_OPTION_HALFSAMPLERATE = 0x0002 /* generate PCM at 1/2 sample rate */
88# endif
87# if 0 /* not yet implemented */ 89# if 0 /* not yet implemented */
88 MAD_OPTION_LEFTCHANNEL = 0x0010, /* decode left channel only */ 90 MAD_OPTION_LEFTCHANNEL = 0x0010, /* decode left channel only */
89 MAD_OPTION_RIGHTCHANNEL = 0x0020, /* decode right channel only */ 91 MAD_OPTION_RIGHTCHANNEL = 0x0020, /* decode right channel only */