Skip to content
Snippets Groups Projects
Commit 41fe0552 authored by Aurelien Jacobs's avatar Aurelien Jacobs
Browse files

parser.h uses AVCodecContext so it needs to include avcodec.h

Originally committed as revision 8897 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 75f6cc26
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ ...@@ -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{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment