cosmetics: remove superfluous curly brackets
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
0e465c1a81
commit
ae2c33b0c2
@@ -130,9 +130,8 @@ static int utvideo_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
|
||||
uint8_t *dst;
|
||||
|
||||
/* Alloc buffer */
|
||||
if ((ret = ff_alloc_packet2(avctx, pkt, utv->buf_size)) < 0) {
|
||||
if ((ret = ff_alloc_packet2(avctx, pkt, utv->buf_size)) < 0)
|
||||
return ret;
|
||||
}
|
||||
|
||||
dst = pkt->data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user