summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpeg_parser.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-08-02 08:47:02 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-08-02 08:47:02 +0000
commit6b620372a8cbfee82ee21737f6112da7af34ef70 (patch)
tree8f88c43279839ed35e224b05dc4bb15e75b149d2 /libavcodec/mjpeg_parser.c
parentee5b26f5ff8338f1390b2226a080bb8334b98c3c (diff)
downloadffmpeg-streaming-6b620372a8cbfee82ee21737f6112da7af34ef70.zip
ffmpeg-streaming-6b620372a8cbfee82ee21737f6112da7af34ef70.tar.gz
cosmetics, reindent
Originally committed as revision 19560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mjpeg_parser.c')
-rw-r--r--libavcodec/mjpeg_parser.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/mjpeg_parser.c b/libavcodec/mjpeg_parser.c
index a25f449..ce824a6 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;
OpenPOWER on IntegriCloud