mirror of https://bitbucket.org/ausocean/av.git
PR fixes
This commit is contained in:
parent
0ec0a08e0e
commit
d0adae710e
|
@ -299,7 +299,7 @@ func (e *Encoder) Write(data []byte) (int, error) {
|
|||
|
||||
}
|
||||
default:
|
||||
panic("No PSI method found")
|
||||
panic("Undefined PSI method")
|
||||
}
|
||||
|
||||
// Prepare PES data.
|
||||
|
|
|
@ -75,10 +75,6 @@ const (
|
|||
rtmpConnectionTimeout = 10
|
||||
)
|
||||
|
||||
const (
|
||||
defualtPSITime = 2
|
||||
)
|
||||
|
||||
const pkg = "revid: "
|
||||
|
||||
type Logger interface {
|
||||
|
|
Loading…
Reference in New Issue