gen2brain / mpeg

MPEG-1 Video decoder, MP2 Audio decoder and MPEG-PS Demuxer in pure Go
MIT License
129 stars 11 forks source link

Fix typo for PacketAudio4 #3

Closed tinne26 closed 1 year ago

tinne26 commented 1 year ago

I think that the fact that other parts of the code use PacketAudio1 + m.audioStreamIndex justifies the correctness of the change. But I also looked at http://andrewduncan.net/mpeg/mpeg-1.html (see the 4th slide "MPEG-1 Packet").

gen2brain commented 1 year ago

Thanks, I saw that also in pl_mpeg so I didn't want to touch it for now.