Comcast / gots

MPEG Transport Stream handling in Go
Other
308 stars 88 forks source link

Set accumulator to copy outputs #161

Closed LimitlessEarth closed 3 years ago

LimitlessEarth commented 3 years ago

This makes the accumulator slightly safer; it is no longer modifying the same memory after you call Bytes() or Packets() by copying them in those functions.