mirror of https://bitbucket.org/ausocean/av.git
mts: fixed type conversion
This commit is contained in:
parent
2c7e28206d
commit
e7a02a818f
|
@ -168,7 +168,7 @@ func NewEncoder(dst io.WriteCloser, rate float64, mediaType int) *Encoder {
|
||||||
Pil: 0,
|
Pil: 0,
|
||||||
Essd: &psi.ESSD{
|
Essd: &psi.ESSD{
|
||||||
St: byte(sid),
|
St: byte(sid),
|
||||||
Epid: byte(mPid),
|
Epid: uint16(mPid),
|
||||||
Esil: 0x00,
|
Esil: 0x00,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue