mirror of https://bitbucket.org/ausocean/av.git
12 lines
201 B
C
12 lines
201 B
C
|
#ifndef PARSE_LEVEL_PREFIX_H
|
||
|
#define PARSE_LEVEL_PREFIX_H
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#include "../helpers.h"
|
||
|
|
||
|
int read_levelprefix(struct BitReader *br);
|
||
|
|
||
|
#endif // PARSE_LEVEL_PREFIX_H
|