mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08: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:
@ -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{
|
||||||
|
Reference in New Issue
Block a user