From aa5a089c556fe82db8458ca898b0f597a6eb3c57 Mon Sep 17 00:00:00 2001 From: Saxon Date: Sat, 11 May 2019 16:32:00 +0930 Subject: [PATCH] container/mts/encoder.go: fixed comment for time-related constants --- container/mts/encoder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/mts/encoder.go b/container/mts/encoder.go index 329b575f..7a9aeddd 100644 --- a/container/mts/encoder.go +++ b/container/mts/encoder.go @@ -114,7 +114,7 @@ const ( Audio ) -// Time related constants. +// Time-related constants. const ( // ptsOffset is the offset added to the clock to determine // the current presentation timestamp.