mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
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
|
||||
#define FFMPEG_PARSER_H
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "ac3.h"
|
||||
|
||||
typedef struct ParseContext{
|
||||
|
Loading…
Reference in New Issue
Block a user