summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/ltc_file_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/ltc_file_reader.h')
-rw-r--r--libs/ardour/ardour/ltc_file_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/ltc_file_reader.h b/libs/ardour/ardour/ltc_file_reader.h
index 92ea07f87f..6ced83951e 100644
--- a/libs/ardour/ardour/ltc_file_reader.h
+++ b/libs/ardour/ardour/ltc_file_reader.h
@@ -63,7 +63,7 @@ private:
LTCDecoder* decoder;
float* _interleaved_audio_buffer;
uint32_t _frames_decoded;
- framecnt_t _samples_read;
+ samplecnt_t _samples_read;
};