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

Originally committed as revision 8897 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Aurelien Jacobs 18 years ago
parent 75f6cc26ba
commit 41fe055242
  1. 1
      libavcodec/parser.h

@ -23,6 +23,7 @@
#ifndef FFMPEG_PARSER_H
#define FFMPEG_PARSER_H
#include "avcodec.h"
#include "ac3.h"
typedef struct ParseContext{

Loading…
Cancel
Save