summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/decoder.h')
-rw-r--r--apps/codecs/libmad/decoder.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/codecs/libmad/decoder.h b/apps/codecs/libmad/decoder.h
index b9ea0b188f..7700df6f9b 100644
--- a/apps/codecs/libmad/decoder.h
+++ b/apps/codecs/libmad/decoder.h
@@ -56,7 +56,7 @@ struct mad_decoder {
56 } *sync; 56 } *sync;
57 57
58 void *cb_data; 58 void *cb_data;
59 59/* rockbox: unused
60 enum mad_flow (*input_func)(void *, struct mad_stream *); 60 enum mad_flow (*input_func)(void *, struct mad_stream *);
61 enum mad_flow (*header_func)(void *, struct mad_header const *); 61 enum mad_flow (*header_func)(void *, struct mad_header const *);
62 enum mad_flow (*filter_func)(void *, 62 enum mad_flow (*filter_func)(void *,
@@ -65,8 +65,9 @@ struct mad_decoder {
65 struct mad_header const *, struct mad_pcm *); 65 struct mad_header const *, struct mad_pcm *);
66 enum mad_flow (*error_func)(void *, struct mad_stream *, struct mad_frame *); 66 enum mad_flow (*error_func)(void *, struct mad_stream *, struct mad_frame *);
67 enum mad_flow (*message_func)(void *, void *, unsigned int *); 67 enum mad_flow (*message_func)(void *, void *, unsigned int *);
68*/
68}; 69};
69 70/* rockbox: unused
70void mad_decoder_init(struct mad_decoder *, void *, 71void mad_decoder_init(struct mad_decoder *, void *,
71 enum mad_flow (*)(void *, struct mad_stream *), 72 enum mad_flow (*)(void *, struct mad_stream *),
72 enum mad_flow (*)(void *, struct mad_header const *), 73 enum mad_flow (*)(void *, struct mad_header const *),
@@ -87,5 +88,6 @@ int mad_decoder_finish(struct mad_decoder *);
87 88
88int mad_decoder_run(struct mad_decoder *, enum mad_decoder_mode); 89int mad_decoder_run(struct mad_decoder *, enum mad_decoder_mode);
89int mad_decoder_message(struct mad_decoder *, void *, unsigned int *); 90int mad_decoder_message(struct mad_decoder *, void *, unsigned int *);
91*/
90 92
91# endif 93# endif