modify comment

This commit is contained in:
nareix 2016-06-23 19:02:02 +08:00
parent 28055b36cf
commit d0d400454d

View File

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