comparison h261_parser.c @ 4919:983533ccc393 libavcodec

Remove superfluous #includes, parser.h now includes its prerequisites.
author diego
date Sat, 05 May 2007 21:11:22 +0000
parents 4578b68578bb
children 0d1cc37d9430
comparison
equal deleted inserted replaced
4918:f77445d40161 4919:983533ccc393
23 /** 23 /**
24 * @file h261_parser.c 24 * @file h261_parser.c
25 * h261codec. 25 * h261codec.
26 */ 26 */
27 27
28 #include "dsputil.h"
29 #include "parser.h" 28 #include "parser.h"
30 29
31 30
32 static int h261_find_frame_end(ParseContext *pc, AVCodecContext* avctx, const uint8_t *buf, int buf_size){ 31 static int h261_find_frame_end(ParseContext *pc, AVCodecContext* avctx, const uint8_t *buf, int buf_size){
33 int vop_found, i, j; 32 int vop_found, i, j;