comparison data/fileio/QuickTimeFileReader.h @ 935:f960d67ce842 tonioni

Merge from branch warnfix_no_size_t
author Chris Cannam
date Wed, 18 Jun 2014 13:42:01 +0100
parents d03b3d956358
children a1cd5abcb38b
comparison
equal deleted inserted replaced
925:3efc20c59a94 935:f960d67ce842
40 }; 40 };
41 41
42 QuickTimeFileReader(FileSource source, 42 QuickTimeFileReader(FileSource source,
43 DecodeMode decodeMode, 43 DecodeMode decodeMode,
44 CacheMode cacheMode, 44 CacheMode cacheMode,
45 size_t targetRate = 0, 45 int targetRate = 0,
46 bool normalised = false, 46 bool normalised = false,
47 ProgressReporter *reporter = 0); 47 ProgressReporter *reporter = 0);
48 virtual ~QuickTimeFileReader(); 48 virtual ~QuickTimeFileReader();
49 49
50 virtual QString getError() const { return m_error; } 50 virtual QString getError() const { return m_error; }