提交 f20141d7 编写于 作者: M Martin Storsjö

vorbis_parser: Include stdint.h in the header, to make it work standalone

This fixes "make checkheaders".
Signed-off-by: NMartin Storsjö <martin@martin.st>
上级 ca5c3ff9
......@@ -27,6 +27,8 @@
#ifndef AVCODEC_VORBIS_PARSE_H
#define AVCODEC_VORBIS_PARSE_H
#include <stdint.h>
typedef struct AVVorbisParseContext AVVorbisParseContext;
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册