projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
parser.h uses AVCodecContext so it needs to include avcodec.h
[ffmpeg.git]
/
libavcodec
/
parser.h
diff --git
a/libavcodec/parser.h
b/libavcodec/parser.h
index
80a6007
..
4be12e9
100644
(file)
--- a/
libavcodec/parser.h
+++ b/
libavcodec/parser.h
@@
-23,6
+23,7
@@
#ifndef FFMPEG_PARSER_H
#define FFMPEG_PARSER_H
+#include "avcodec.h"
#include "ac3.h"
typedef struct ParseContext{