You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lclenc: cosmetics: reindent
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user