aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DsdiffDecoderPlugin.cxx
diff options
context:
space:
mode:
authorJurgen Kramer <gtmkramer@xs4all.nl>2013-11-09 17:02:49 +0100
committerMax Kellermann <max@duempel.org>2013-11-10 16:49:39 +0100
commit47d3758820fc26730545a5a442d608ebc0edbd8c (patch)
tree552219879375738ecad036d6aed6b7764ea39a1d /src/decoder/DsdiffDecoderPlugin.cxx
parent573ff3a24ff2d8fe0bcd13c255e8a8057cb6a8b9 (diff)
downloadmpd-47d3758820fc26730545a5a442d608ebc0edbd8c.tar.gz
mpd-47d3758820fc26730545a5a442d608ebc0edbd8c.tar.xz
mpd-47d3758820fc26730545a5a442d608ebc0edbd8c.zip
decoder/dsdiff: fix byte order bug
Diffstat (limited to 'src/decoder/DsdiffDecoderPlugin.cxx')
-rw-r--r--src/decoder/DsdiffDecoderPlugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/DsdiffDecoderPlugin.cxx b/src/decoder/DsdiffDecoderPlugin.cxx
index 1dc7c7c6a..347f5b586 100644
--- a/src/decoder/DsdiffDecoderPlugin.cxx
+++ b/src/decoder/DsdiffDecoderPlugin.cxx
@@ -43,13 +43,13 @@
struct DsdiffHeader {
DsdId id;
- DsdUint64 size;
+ DffDsdUint64 size;
DsdId format;
};
struct DsdiffChunkHeader {
DsdId id;
- DsdUint64 size;
+ DffDsdUint64 size;
/**
* Read the "size" attribute from the specified header, converting it