]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vmnc.c
avfilter/formats: Remove avfilter_make_format64_list()
[ffmpeg] / libavcodec / vmnc.c
index e27304331149d62186e4e9e1165d26e5deb50b72..7f441bc4bd3d6c70b5023ee2a84588cf24407322 100644 (file)
@@ -339,7 +339,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
     if (12LL * chunks > bytestream2_get_bytes_left(gb))
         return AVERROR_INVALIDDATA;
 
-    if ((ret = ff_reget_buffer(avctx, c->pic)) < 0)
+    if ((ret = ff_reget_buffer(avctx, c->pic, 0)) < 0)
         return ret;
 
     c->pic->key_frame = 0;