modify comment
This commit is contained in:
parent
28055b36cf
commit
d0d400454d
2
muxer.go
2
muxer.go
@ -38,7 +38,7 @@ func (self *Muxer) isCodecSupported(codec av.CodecData) bool {
|
||||
|
||||
func (self *Muxer) newStream(codec av.CodecData) (err error) {
|
||||
if !self.isCodecSupported(codec) {
|
||||
err = fmt.Errorf("codec type=%x is not supported", codec.Type())
|
||||
err = fmt.Errorf("mp4: codec type=%v is not supported", codec.Type())
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user