From 4a458236f625d28706cfe4560690770a395ee6e3 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 9 Sep 2012 13:47:40 -0400 Subject: COMMON: Make QuickTimeParser::readSampleDesc take the desc size --- video/qt_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/qt_decoder.h') 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(); -- cgit v1.2.3