summaryrefslogtreecommitdiff
path: root/libs/temporal/time.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/temporal/time.cc')
-rw-r--r--libs/temporal/time.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/temporal/time.cc b/libs/temporal/time.cc
index c2bf96141f..5de23f342d 100644
--- a/libs/temporal/time.cc
+++ b/libs/temporal/time.cc
@@ -644,7 +644,7 @@ bool parse_timecode_format(std::string tc, Timecode::Time &TC) {
void
timecode_to_sample(
- Timecode::Time& timecode, int64_t& sample,
+ Timecode::Time const& timecode, int64_t& sample,
bool use_offset, bool use_subframes,
/* Note - framerate info is taken from Timecode::Time& */
double sample_sample_rate /**< may include pull up/down */,