mirror of https://git.ffmpeg.org/ffmpeg.git
Fix make checkheaders for libavcodec/vorbis_parser.h.
This commit is contained in:
parent
872c0bcd3c
commit
e2e36a739d
|
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue