mirror of https://bitbucket.org/ausocean/av.git
container/mts: update comments for PCRFrequency and PTSFrequency
This commit is contained in:
parent
8f8ae7c558
commit
0d3463ac87
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue