summaryrefslogtreecommitdiff
path: root/libavcodec/cljrenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cljrenc.c')
-rw-r--r--libavcodec/cljrenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cljrenc.c b/libavcodec/cljrenc.c
index c672f800f6..a3718259d1 100644
--- a/libavcodec/cljrenc.c
+++ b/libavcodec/cljrenc.c
@@ -56,7 +56,7 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
return AVERROR_EXPERIMENTAL;
}
- if ((ret = ff_alloc_packet2(avctx, pkt, 32*avctx->height*avctx->width/4)) < 0)
+ if ((ret = ff_alloc_packet2(avctx, pkt, 32*avctx->height*avctx->width/4, 0)) < 0)
return ret;
init_put_bits(&pb, pkt->data, pkt->size);