mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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:
parent
ca5c3ff909
commit
f20141d73f
@ -27,6 +27,8 @@
|
||||
#ifndef AVCODEC_VORBIS_PARSE_H
|
||||
#define AVCODEC_VORBIS_PARSE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct AVVorbisParseContext AVVorbisParseContext;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user