rename typedef structs

This commit is contained in:
Philippe Teuwen 2021-08-21 22:24:58 +02:00
commit f4f14317e1
8 changed files with 37 additions and 37 deletions

View file

@ -8,7 +8,7 @@ typedef struct {
uint8_t *buffer;
uint32_t numbits;
uint32_t position;
} BitstreamOut;
} BitstreamOut_t;
typedef struct {
int dec_counter;