# HG changeset patch # User bcoudurier # Date 1249202822 0 # Node ID 878d449793e1be9de9998e3f2ebb237735f11a73 # Parent 944156621f0537bd7e212afcaf833478fce2273f cosmetics, reindent diff -r 944156621f05 -r 878d449793e1 mjpeg_parser.c --- a/mjpeg_parser.c Sun Aug 02 08:46:43 2009 +0000 +++ b/mjpeg_parser.c Sun Aug 02 08:47:02 2009 +0000 @@ -71,9 +71,9 @@ } static int jpeg_parse(AVCodecParserContext *s, - AVCodecContext *avctx, - const uint8_t **poutbuf, int *poutbuf_size, - const uint8_t *buf, int buf_size) + AVCodecContext *avctx, + const uint8_t **poutbuf, int *poutbuf_size, + const uint8_t *buf, int buf_size) { ParseContext *pc = s->priv_data; int next;