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>
pull/100/head
Martin Storsjö 10 years ago
parent ca5c3ff909
commit f20141d73f
  1. 2
      libavcodec/vorbis_parser.h

@ -27,6 +27,8 @@
#ifndef AVCODEC_VORBIS_PARSE_H
#define AVCODEC_VORBIS_PARSE_H
#include <stdint.h>
typedef struct AVVorbisParseContext AVVorbisParseContext;
/**

Loading…
Cancel
Save