diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-06-21 18:45:34 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-06-21 18:45:34 +0000 |
| commit | a3541c07deb3d482ee17660cdf2644ad3499fc00 (patch) | |
| tree | bf22f09f5fc6031e624e464a96efe057abc7448e /apps/codecs/libmusepack/reader.h | |
| parent | d18aa51ded253229e470d4e4a2d6df31bbae0bdf (diff) | |
| download | rockbox-a3541c07deb3d482ee17660cdf2644ad3499fc00.zip rockbox-a3541c07deb3d482ee17660cdf2644ad3499fc00.tar.gz rockbox-a3541c07deb3d482ee17660cdf2644ad3499fc00.tar.bz2 rockbox-a3541c07deb3d482ee17660cdf2644ad3499fc00.tar.xz | |
Disable unneeded parts of mpc's file-I/O interface.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27024 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/reader.h')
| -rw-r--r-- | apps/codecs/libmusepack/reader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/reader.h b/apps/codecs/libmusepack/reader.h index 60a0ef9..c46844c 100644 --- a/apps/codecs/libmusepack/reader.h +++ b/apps/codecs/libmusepack/reader.h @@ -65,12 +65,14 @@ struct mpc_reader_t { /// Returns the total length of the source stream, in bytes. mpc_int32_t (*get_size)(mpc_reader *p_reader); + /* rockbox: not used /// True if the stream is a seekable stream. mpc_bool_t (*canseek)(mpc_reader *p_reader); /// Field that can be used to identify a particular instance of /// reader or carry along data associated with that reader. void *data; + */ }; /* rockbox: not used /// Initializes reader with default stdio file reader implementation. Use |