changeset 4911:b6a4f6c5623c libavcodec

parser.h uses AVCodecContext so it needs to include avcodec.h
author aurel
date Sat, 05 May 2007 17:56:47 +0000
parents 143b89ab8187
children 5fc99f2a111b
files parser.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/parser.h	Sat May 05 15:21:57 2007 +0000
+++ b/parser.h	Sat May 05 17:56:47 2007 +0000
@@ -23,6 +23,7 @@
 #ifndef FFMPEG_PARSER_H
 #define FFMPEG_PARSER_H
 
+#include "avcodec.h"
 #include "ac3.h"
 
 typedef struct ParseContext{