aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/decoder_mad.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-27 10:21:26 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-27 10:21:26 +0000
commit9dfbc84364ebb83fe318ddacdf1d9ad49e21671f (patch)
tree891d6d9298c708cdadcf6f86f23fd09ff17f9f7b /src/plugins/Input/mad/decoder_mad.h
parentb44a0720afd1c6796ae571cb7b45fe1b12cfa177 (diff)
downloadqmmp-9dfbc84364ebb83fe318ddacdf1d9ad49e21671f.tar.gz
qmmp-9dfbc84364ebb83fe318ddacdf1d9ad49e21671f.tar.bz2
qmmp-9dfbc84364ebb83fe318ddacdf1d9ad49e21671f.zip
ogg vorbis plugin: added replay gain support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1457 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decoder_mad.h')
-rw-r--r--src/plugins/Input/mad/decoder_mad.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.h b/src/plugins/Input/mad/decoder_mad.h
index a98f7fbf7..c78e3f8c8 100644
--- a/src/plugins/Input/mad/decoder_mad.h
+++ b/src/plugins/Input/mad/decoder_mad.h
@@ -22,7 +22,7 @@ extern "C"
class DecoderMAD : public Decoder
{
public:
- DecoderMAD(const QString &url, QIODevice *i);
+ DecoderMAD(QIODevice *i);
virtual ~DecoderMAD();
// standard decoder API
@@ -46,7 +46,6 @@ private:
uint m_bitrate;
long m_freq, m_len;
qint64 m_output_bytes, m_output_at;
- QString m_url;
// file input buffer
char *m_input_buf;