diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-08-02 08:47:02 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-08-02 08:47:02 +0000 |
commit | 6b620372a8cbfee82ee21737f6112da7af34ef70 (patch) | |
tree | 8f88c43279839ed35e224b05dc4bb15e75b149d2 | |
parent | ee5b26f5ff8338f1390b2226a080bb8334b98c3c (diff) | |
download | ffmpeg-6b620372a8cbfee82ee21737f6112da7af34ef70.tar.gz |
cosmetics, reindent
Originally committed as revision 19560 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/mjpeg_parser.c | 6 |
1 files 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; |