aboutsummaryrefslogtreecommitdiff
path: root/video/qt_decoder.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-09-09 13:47:40 -0400
committerMatthew Hoops2012-09-09 13:47:40 -0400
commit4a458236f625d28706cfe4560690770a395ee6e3 (patch)
tree556e0ba7d6fbd3b6cc35138f6bf2b873e464d604 /video/qt_decoder.h
parent72a1140d572ce46a820cddb6ac85b748cb7a066d (diff)
downloadscummvm-rg350-4a458236f625d28706cfe4560690770a395ee6e3.tar.gz
scummvm-rg350-4a458236f625d28706cfe4560690770a395ee6e3.tar.bz2
scummvm-rg350-4a458236f625d28706cfe4560690770a395ee6e3.zip
COMMON: Make QuickTimeParser::readSampleDesc take the desc size
Diffstat (limited to 'video/qt_decoder.h')
-rw-r--r--video/qt_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/qt_decoder.h b/video/qt_decoder.h
index 71d33711a6..b973a367d3 100644
--- a/video/qt_decoder.h
+++ b/video/qt_decoder.h
@@ -69,7 +69,7 @@ public:
Audio::Timestamp getDuration() const { return Audio::Timestamp(0, _duration, _timeScale); }
protected:
- Common::QuickTimeParser::SampleDesc *readSampleDesc(Common::QuickTimeParser::Track *track, uint32 format);
+ Common::QuickTimeParser::SampleDesc *readSampleDesc(Common::QuickTimeParser::Track *track, uint32 format, uint32 descSize);
private:
void init();