summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/frame.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-06-27 18:59:54 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-06-27 18:59:54 +0000
commitc6ced1c466be97e6c6159cd9d6c19ef58eeb76e9 (patch)
tree3bbed8de75168610af7815595f0566c6978732f8 /apps/codecs/libmad/frame.h
parent4c026f0c7f5ca6d02bf010fabe5123b9b39ddf47 (diff)
downloadrockbox-c6ced1c466be97e6c6159cd9d6c19ef58eeb76e9.tar.gz
rockbox-c6ced1c466be97e6c6159cd9d6c19ef58eeb76e9.zip
Comment further unused code in libmad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27160 a1c6a512-1295-4272-9138-f99709370657
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 {