Mercurial > libavcodec.hg
changeset 10002:878d449793e1 libavcodec
cosmetics, reindent
author | bcoudurier |
---|---|
date | Sun, 02 Aug 2009 08:47:02 +0000 |
parents | 944156621f05 |
children | 24952f1a8979 |
files | mjpeg_parser.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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;