Browse Source

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

Originally committed as revision 8897 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 18 years ago
parent
commit
41fe055242
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/parser.h

+ 1
- 0
libavcodec/parser.h View File

@@ -23,6 +23,7 @@
#ifndef FFMPEG_PARSER_H
#define FFMPEG_PARSER_H

#include "avcodec.h"
#include "ac3.h"

typedef struct ParseContext{


Loading…
Cancel
Save