av/codec/h264/h264dec/fuzz/fuzzParseLevelPrefix/parse_level_prefix.h

12 lines
201 B
C
Raw Normal View History

2022-05-31 08:17:06 +03:00
#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