From 47d3758820fc26730545a5a442d608ebc0edbd8c Mon Sep 17 00:00:00 2001 From: Jurgen Kramer Date: Sat, 9 Nov 2013 17:02:49 +0100 Subject: decoder/dsdiff: fix byte order bug --- src/decoder/DsdiffDecoderPlugin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder/DsdiffDecoderPlugin.cxx') 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 -- cgit v1.2.3