phoboslab / pl_mpeg

Single file C library for decoding MPEG1 Video and MP2 Audio
799 stars 58 forks source link

`PLM_DEMUX_PACKET_AUDIO_4` should be `0xC3`, not `0xC2` #40

Closed hajimehoshi closed 6 months ago

hajimehoshi commented 6 months ago

See the 4th slide "MPEG-1 Packet" in http://andrewduncan.net/mpeg/mpeg-1.html .

This was found in a Go port https://github.com/gen2brain/mpeg/commit/b635a03c3e91996b75d9c100442061be4a88efa9 by @tinne26.