This commit is contained in:
iceman1001 2019-01-26 11:09:47 +01:00
parent f0b70d6a4b
commit 8059f533af

View file

@ -52,7 +52,7 @@ typedef struct {
uint8_t * buffer;
uint8_t numbits;
uint8_t position;
}BitstreamOut;
} BitstreamOut;
bool headBit( BitstreamIn *stream);
bool tailBit( BitstreamIn *stream);