13
0

Missed one :)

git-svn-id: svn://localhost/ardour2/branches/3.0@9661 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2011-06-01 20:36:16 +00:00
parent ed626628b5
commit f48c69e2b2

View File

@ -28,11 +28,11 @@
namespace ARDOUR {
struct SoundFileInfo {
float samplerate;
uint16_t channels;
int64_t length;
std::string format_name;
int64_t timecode;
float samplerate;
uint16_t channels;
int64_t length;
std::string format_name;
int64_t timecode;
};
class AudioFileSource : public AudioSource, public FileSource {