[FFmpeg-cvslog] r8897 - trunk/libavcodec/parser.h

aurel subversion
Sat May 5 19:56:47 CEST 2007


Author: aurel
Date: Sat May  5 19:56:47 2007
New Revision: 8897

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

Modified:
   trunk/libavcodec/parser.h

Modified: trunk/libavcodec/parser.h
==============================================================================
--- trunk/libavcodec/parser.h	(original)
+++ trunk/libavcodec/parser.h	Sat May  5 19:56:47 2007
@@ -23,6 +23,7 @@
 #ifndef FFMPEG_PARSER_H
 #define FFMPEG_PARSER_H
 
+#include "avcodec.h"
 #include "ac3.h"
 
 typedef struct ParseContext{




More information about the ffmpeg-cvslog mailing list