summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/streaminfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/streaminfo.h')
-rw-r--r--apps/codecs/libmusepack/streaminfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmusepack/streaminfo.h b/apps/codecs/libmusepack/streaminfo.h
index 739d40acf3..52e97936a0 100644
--- a/apps/codecs/libmusepack/streaminfo.h
+++ b/apps/codecs/libmusepack/streaminfo.h
@@ -58,7 +58,7 @@ typedef struct mpc_streaminfo {
58 mpc_uint32_t channels; ///< Number of channels in stream 58 mpc_uint32_t channels; ///< Number of channels in stream
59 mpc_uint32_t stream_version; ///< Streamversion of stream 59 mpc_uint32_t stream_version; ///< Streamversion of stream
60 mpc_uint32_t bitrate; ///< Bitrate of stream file (in bps) 60 mpc_uint32_t bitrate; ///< Bitrate of stream file (in bps)
61 double average_bitrate; ///< Average bitrate of stream (in bits/sec) 61 mpc_uint32_t average_bitrate; ///< Average bitrate of stream (in bits/sec)
62 mpc_uint32_t max_band; ///< Maximum band-index used in stream (0...31) 62 mpc_uint32_t max_band; ///< Maximum band-index used in stream (0...31)
63 mpc_uint32_t ms; ///< Mid/side stereo (0: off, 1: on) 63 mpc_uint32_t ms; ///< Mid/side stereo (0: off, 1: on)
64 mpc_uint32_t fast_seek; ///< True if stream supports fast-seeking (sv7) 64 mpc_uint32_t fast_seek; ///< True if stream supports fast-seeking (sv7)
@@ -87,7 +87,7 @@ typedef struct mpc_streaminfo {
87 char encoder[256]; ///< Encoder name 87 char encoder[256]; ///< Encoder name
88*/ 88*/
89 mpc_bool_t pns; ///< pns used 89 mpc_bool_t pns; ///< pns used
90 float profile; ///< Quality profile of stream 90 mpc_uint32_t profile; ///< Quality profile of stream
91/* rockbox: not used 91/* rockbox: not used
92 const char* profile_name; ///< Name of profile used by stream 92 const char* profile_name; ///< Name of profile used by stream
93*/ 93*/