From 0d3463ac875408f3f598d82986b4e3461e44e5e2 Mon Sep 17 00:00:00 2001 From: Saxon Date: Sat, 11 May 2019 13:57:02 +0930 Subject: [PATCH] container/mts: update comments for PCRFrequency and PTSFrequency --- container/mts/encoder.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container/mts/encoder.go b/container/mts/encoder.go index fbcd4cc6..329b575f 100644 --- a/container/mts/encoder.go +++ b/container/mts/encoder.go @@ -120,10 +120,10 @@ const ( // the current presentation timestamp. ptsOffset = 700 * time.Millisecond - // PCRFreq is the base Program Clock Reference frequency. + // PCRFrequency is the base Program Clock Reference frequency. PCRFrequency = 90000 // Hz - // PTSFreq is the presentation timestamp frequency. + // PTSFrequency is the presentation timestamp frequency. PTSFrequency = 90000 )