Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-07-27 01:42:08 +0400
committerPaul B Mahol <onemda@gmail.com>2013-07-27 16:00:25 +0400
commit573018c61fadba5e469966acf0eeff0e5da2e913 (patch)
treec3df09666c450c5931aa869a825b80fce5005a96 /libavcodec/lclenc.c
parent86e722ab97d7f5f0552c8a0958f7910dfcf3c5b7 (diff)
lclenc: cosmetics: reindent
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/lclenc.c')
-rw-r--r--libavcodec/lclenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lclenc.c b/libavcodec/lclenc.c
index 09beb98c86..cbfd8fe8a8 100644
--- a/libavcodec/lclenc.c
+++ b/libavcodec/lclenc.c
@@ -82,7 +82,7 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
int max_size = deflateBound(&c->zstream, avctx->width * avctx->height * 3);
if ((ret = ff_alloc_packet2(avctx, pkt, max_size)) < 0)
- return ret;
+ return ret;
*p = *pict;
p->pict_type= AV_PICTURE_TYPE_I;