]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xxan.c
avformat/mux: factorize interleaved write_packet
[ffmpeg] / libavcodec / xxan.c
index 8bb7087af906b8a3dd4aeaeae117873e4cbd0c1f..afe60e156477de2f60257919a448314dcf4c71bc 100644 (file)
@@ -410,7 +410,7 @@ static int xan_decode_frame(AVCodecContext *avctx,
     int ftype;
     int ret;
 
-    if ((ret = ff_reget_buffer(avctx, s->pic)) < 0)
+    if ((ret = ff_reget_buffer(avctx, s->pic, 0)) < 0)
         return ret;
 
     bytestream2_init(&s->gb, avpkt->data, avpkt->size);