Add support OPUS inside MPEG-TS

This commit is contained in:
Alex X
2023-12-10 15:56:53 +03:00
parent 39d87625d7
commit d0dfa1d3dd
4 changed files with 122 additions and 9 deletions
+4
View File
@@ -127,3 +127,7 @@ func (r *Reader) ReadSEGolomb() int32 {
return int32(b >> 1)
}
}
func (r *Reader) Left() []byte {
return r.buf[r.pos:]
}