summaryrefslogtreecommitdiff
path: root/libs/temporal/time.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 21:00:29 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 21:03:29 +0200
commitecc25978702543238350a19808866746e1f848b2 (patch)
treea90b985cad94f27f2613bed439d06237bbe22bb6 /libs/temporal/time.cc
parent7b850b9d30b553576d5dae9f8d62eaab3982f06e (diff)
Fix remaining doxygen warnings (!)
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 */,