[FFmpeg-cvslog] r19560 - trunk/libavcodec/mjpeg_parser.c
bcoudurier
subversion
Sun Aug 2 10:47:02 CEST 2009
Author: bcoudurier
Date: Sun Aug 2 10:47:02 2009
New Revision: 19560
Log:
cosmetics, reindent
Modified:
trunk/libavcodec/mjpeg_parser.c
Modified: trunk/libavcodec/mjpeg_parser.c
==============================================================================
--- trunk/libavcodec/mjpeg_parser.c Sun Aug 2 10:46:43 2009 (r19559)
+++ trunk/libavcodec/mjpeg_parser.c Sun Aug 2 10:47:02 2009 (r19560)
@@ -71,9 +71,9 @@ static int find_frame_end(ParseContext *
}
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;
More information about the ffmpeg-cvslog
mailing list