summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/frame.h')
-rw-r--r--apps/codecs/libmad/frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libmad/frame.h b/apps/codecs/libmad/frame.h
index 2693b0b38b..f96a310089 100644
--- a/apps/codecs/libmad/frame.h
+++ b/apps/codecs/libmad/frame.h
@@ -61,7 +61,9 @@ struct mad_header {
61 int flags; /* flags (see below) */ 61 int flags; /* flags (see below) */
62 int private_bits; /* private bits (see below) */ 62 int private_bits; /* private bits (see below) */
63 63
64#if 0 /* rockbox: not used */
64 mad_timer_t duration; /* audio playing time of frame */ 65 mad_timer_t duration; /* audio playing time of frame */
66#endif
65}; 67};
66 68
67struct mad_frame { 69struct mad_frame {