mirror of https://bitbucket.org/ausocean/av.git
container/mts: PCRFreq->PCRFrequency and PTSFreq->PTSFrequency
This commit is contained in:
parent
ebb69ea6aa
commit
04c7825063
|
@ -121,10 +121,10 @@ const (
|
||||||
ptsOffset = 700 * time.Millisecond
|
ptsOffset = 700 * time.Millisecond
|
||||||
|
|
||||||
// PCRFreq is the base Program Clock Reference frequency.
|
// PCRFreq is the base Program Clock Reference frequency.
|
||||||
PCRFreq = 90000 // Hz
|
PCRFrequency = 90000 // Hz
|
||||||
|
|
||||||
// PTSFreq is the presentation timestamp frequency.
|
// PTSFreq is the presentation timestamp frequency.
|
||||||
PTSFreq = 90000
|
PTSFrequency = 90000
|
||||||
)
|
)
|
||||||
|
|
||||||
// Encoder encapsulates properties of an mpegts generator.
|
// Encoder encapsulates properties of an mpegts generator.
|
||||||
|
|
Loading…
Reference in New Issue