vorbis_parser: Include stdint.h in the header, to make it work standalone
This fixes "make checkheaders". Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -27,6 +27,8 @@
|
|||||||
#ifndef AVCODEC_VORBIS_PARSE_H
|
#ifndef AVCODEC_VORBIS_PARSE_H
|
||||||
#define AVCODEC_VORBIS_PARSE_H
|
#define AVCODEC_VORBIS_PARSE_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef struct AVVorbisParseContext AVVorbisParseContext;
|
typedef struct AVVorbisParseContext AVVorbisParseContext;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user