aboutsummaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/smk_decoder.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/video/smk_decoder.h b/video/smk_decoder.h
index 7227238373..e4bc9bab42 100644
--- a/video/smk_decoder.h
+++ b/video/smk_decoder.h
@@ -122,7 +122,6 @@ protected:
Common::SeekableReadStream *_fileStream;
-private:
enum AudioCompression {
kCompressionNone,
kCompressionDPCM,
@@ -151,6 +150,10 @@ private:
uint32 dummy;
} _header;
+ uint32 *_frameSizes;
+
+private:
+
class SmackerAudioTrack : public AudioTrack {
public:
SmackerAudioTrack(const AudioInfo &audioInfo, Audio::Mixer::SoundType soundType);
@@ -173,7 +176,6 @@ private:
AudioInfo _audioInfo;
};
- uint32 *_frameSizes;
// The FrameTypes section of a Smacker file contains an array of bytes, where
// the 8 bits of each byte describe the contents of the corresponding frame.
// The highest 7 bits correspond to audio frames (bit 7 is track 6, bit 6 track 5