comparison data/fileio/QuickTimeFileReader.h @ 936:0c1d6de8f44b

Merge from branch warnfix_no_size_t
author Chris Cannam
date Wed, 18 Jun 2014 13:51:16 +0100
parents d03b3d956358
children a1cd5abcb38b
comparison
equal deleted inserted replaced
917:49618f39ff09 936:0c1d6de8f44b
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 ProgressReporter *reporter = 0); 47 ProgressReporter *reporter = 0);
47 virtual ~QuickTimeFileReader(); 48 virtual ~QuickTimeFileReader();
48 49
49 virtual QString getError() const { return m_error; } 50 virtual QString getError() const { return m_error; }
50 virtual QString getLocation() const { return m_source.getLocation(); } 51 virtual QString getLocation() const { return m_source.getLocation(); }