]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cljrenc.c
avcodec/movtextdec: Make tx3g_ptr unsigned
[ffmpeg] / libavcodec / cljrenc.c
index c672f800f682e756957e3bb4f71b76b6af9e521c..a3718259d1cafd888f9e96f3eeabcce917244895 100644 (file)
@@ -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);