bitstream icon indicating copy to clipboard operation
bitstream copied to clipboard

biTStream is a set of C headers allowing a simpler access to binary structures such as specified by MPEG, DVB, IETF, etc. This repository is mirror of official repo at git://git.videolan.org/bitstream...

Results 3 bitstream issues
Sort by recently updated
recently updated
newest added

Shouldn't the result in **a52e_get_strmtyp()** be right shifted 6 times, instead of 5, to get a value masked with 0xc0 "down"? **a52e_set_strmtyp()** shifts the value left 6 times when setting...

In the descriptors 0x83 (Logical channel descriptor) and 0x88 (HD simulcast logical channel descriptor) are missing the "set" functions where the "get" functions are present.

Hi, I realized that for these descriptors the "set" functions are absent. I have attached the patch. debugasm [patch.txt](https://github.com/gfto/bitstream/files/1990684/patch.txt)