From 6b620372a8cbfee82ee21737f6112da7af34ef70 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 2 Aug 2009 08:47:02 +0000 Subject: cosmetics, reindent Originally committed as revision 19560 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mjpeg_parser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/mjpeg_parser.c b/libavcodec/mjpeg_parser.c index a25f449d03..ce824a6871 100644 --- a/libavcodec/mjpeg_parser.c +++ b/libavcodec/mjpeg_parser.c @@ -71,9 +71,9 @@ static int find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){ } 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; -- cgit v1.2.3