aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/quicktime.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-04-12 14:23:23 -0400
committerMatthew Hoops2011-04-12 14:23:23 -0400
commit08b70fa1a737f325a0114632b3cef8cbf028fd3a (patch)
tree560082302a0cef9b2d61e1053aa9d2e21b99e898 /audio/decoders/quicktime.h
parent4366f3632c1e89c026d8b28732e561062d168f82 (diff)
downloadscummvm-rg350-08b70fa1a737f325a0114632b3cef8cbf028fd3a.tar.gz
scummvm-rg350-08b70fa1a737f325a0114632b3cef8cbf028fd3a.tar.bz2
scummvm-rg350-08b70fa1a737f325a0114632b3cef8cbf028fd3a.zip
AUDIO: Fix QuickTime/MPEG-4 seeking
MPEG-4 seeking was broken while QuickTime seeking was extremely slow. All is fixed now
Diffstat (limited to 'audio/decoders/quicktime.h')
-rw-r--r--audio/decoders/quicktime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/decoders/quicktime.h b/audio/decoders/quicktime.h
index 2fca5d6944..8a779d45a6 100644
--- a/audio/decoders/quicktime.h
+++ b/audio/decoders/quicktime.h
@@ -90,6 +90,7 @@ protected:
QueuingAudioStream *_audStream;
void setAudioStreamPos(const Timestamp &where);
+ bool isOldDemuxing() const;
};
/**