comparison mjpeg_parser.c @ 10002:878d449793e1 libavcodec

cosmetics, reindent
author bcoudurier
date Sun, 02 Aug 2009 08:47:02 +0000
parents 944156621f05
children 7dd2a45249a9
comparison
equal deleted inserted replaced
10001:944156621f05 10002:878d449793e1
69 pc->state= state; 69 pc->state= state;
70 return END_NOT_FOUND; 70 return END_NOT_FOUND;
71 } 71 }
72 72
73 static int jpeg_parse(AVCodecParserContext *s, 73 static int jpeg_parse(AVCodecParserContext *s,
74 AVCodecContext *avctx, 74 AVCodecContext *avctx,
75 const uint8_t **poutbuf, int *poutbuf_size, 75 const uint8_t **poutbuf, int *poutbuf_size,
76 const uint8_t *buf, int buf_size) 76 const uint8_t *buf, int buf_size)
77 { 77 {
78 ParseContext *pc = s->priv_data; 78 ParseContext *pc = s->priv_data;
79 int next; 79 int next;
80 80
81 if(s->flags & PARSER_FLAG_COMPLETE_FRAMES){ 81 if(s->flags & PARSER_FLAG_COMPLETE_FRAMES){