From 41fe05524274d094a2edbf7b5836ccd4dd6e171c Mon Sep 17 00:00:00 2001
From: Aurelien Jacobs <aurel@gnuage.org>
Date: Sat, 5 May 2007 17:56:47 +0000
Subject: [PATCH] parser.h uses AVCodecContext so it needs to include avcodec.h

Originally committed as revision 8897 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/parser.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/parser.h b/libavcodec/parser.h
index 80a6007e80f..4be12e99137 100644
--- 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{
-- 
GitLab