This commit is contained in:
Scott 2019-12-19 14:21:32 +10:30
parent 0ec0a08e0e
commit d0adae710e
2 changed files with 1 additions and 5 deletions

View File

@ -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.

View File

@ -75,10 +75,6 @@ const (
rtmpConnectionTimeout = 10
)
const (
defualtPSITime = 2
)
const pkg = "revid: "
type Logger interface {