From ee5b26f5ff8338f1390b2226a080bb8334b98c3c Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 2 Aug 2009 08:46:43 +0000 Subject: cosmetics, reindent Originally committed as revision 19559 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mjpeg_parser.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libavcodec/mjpeg_parser.c') diff --git a/libavcodec/mjpeg_parser.c b/libavcodec/mjpeg_parser.c index d14aaaf742..a25f449d03 100644 --- a/libavcodec/mjpeg_parser.c +++ b/libavcodec/mjpeg_parser.c @@ -81,13 +81,13 @@ static int jpeg_parse(AVCodecParserContext *s, if(s->flags & PARSER_FLAG_COMPLETE_FRAMES){ next= buf_size; }else{ - next= find_frame_end(pc, buf, buf_size); + next= find_frame_end(pc, buf, buf_size); - if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { - *poutbuf = NULL; - *poutbuf_size = 0; - return buf_size; - } + if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) { + *poutbuf = NULL; + *poutbuf_size = 0; + return buf_size; + } } *poutbuf = buf; -- cgit v1.2.3