mirror of https://git.ffmpeg.org/ffmpeg.git
parser.h uses AVCodecContext so it needs to include avcodec.h
Originally committed as revision 8897 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
75f6cc26ba
commit
41fe055242
|
@ -23,6 +23,7 @@
|
||||||
#ifndef FFMPEG_PARSER_H
|
#ifndef FFMPEG_PARSER_H
|
||||||
#define FFMPEG_PARSER_H
|
#define FFMPEG_PARSER_H
|
||||||
|
|
||||||
|
#include "avcodec.h"
|
||||||
#include "ac3.h"
|
#include "ac3.h"
|
||||||
|
|
||||||
typedef struct ParseContext{
|
typedef struct ParseContext{
|
||||||
|
|
Loading…
Reference in New Issue