comparison parser.h @ 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 40f3a7f2b1fd
children 0d1cc37d9430
comparison
equal deleted inserted replaced
4910:143b89ab8187 4911:b6a4f6c5623c
21 */ 21 */
22 22
23 #ifndef FFMPEG_PARSER_H 23 #ifndef FFMPEG_PARSER_H
24 #define FFMPEG_PARSER_H 24 #define FFMPEG_PARSER_H
25 25
26 #include "avcodec.h"
26 #include "ac3.h" 27 #include "ac3.h"
27 28
28 typedef struct ParseContext{ 29 typedef struct ParseContext{
29 uint8_t *buffer; 30 uint8_t *buffer;
30 int index; 31 int index;