summaryrefslogtreecommitdiff
path: root/libavcodec/r210enc.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-03-22 20:22:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2012-03-23 03:09:07 +0100
commitae2c33b0c28ec9dd2c78538062798f6dace6b20b (patch)
tree4da5beb4b30645d5878e898e598b9a50671b09a9 /libavcodec/r210enc.c
parent0e465c1a81fda00a6e00645e99e4cc82144176ed (diff)
downloadffmpeg-ae2c33b0c28ec9dd2c78538062798f6dace6b20b.tar.gz
cosmetics: remove superfluous curly brackets
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/r210enc.c')
-rw-r--r--libavcodec/r210enc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/r210enc.c b/libavcodec/r210enc.c
index 331b072013..92c9ce31f6 100644
--- a/libavcodec/r210enc.c
+++ b/libavcodec/r210enc.c
@@ -43,9 +43,8 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
uint8_t *src_line;
uint8_t *dst;
- if ((ret = ff_alloc_packet2(avctx, pkt, 4 * aligned_width * avctx->height)) < 0) {
+ if ((ret = ff_alloc_packet2(avctx, pkt, 4 * aligned_width * avctx->height)) < 0)
return ret;
- }
avctx->coded_frame->reference = 0;
avctx->coded_frame->key_frame = 1;