diff mjpeg_parser.c @ 10002:878d449793e1 libavcodec

cosmetics, reindent
author bcoudurier
date Sun, 02 Aug 2009 08:47:02 +0000
parents 944156621f05
children 7dd2a45249a9
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;