Merge pull request #21 from DigitallyImported/validate-adts-aot
ATDS: add AOT validation
This commit is contained in:
commit
bd41a3b90f
@ -30,6 +30,9 @@ func (self *Muxer) WriteHeader(streams []av.CodecData) (err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
self.config = streams[0].(aacparser.CodecData).Config
|
self.config = streams[0].(aacparser.CodecData).Config
|
||||||
|
if self.config.ObjectType > aacparser.AOT_AAC_LTP {
|
||||||
|
err = fmt.Errorf("aac: AOT %d is not allowed in ADTS", self.config.ObjectType)
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user