]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/avs.c
avutil: Switch crypto APIs to size_t
[ffmpeg] / libavcodec / avs.c
index 66724d47b729cf3526bca606632f5b6e469cfc28..2f2361e5ea6f9eb637b50ab7653074d8cbba314a 100644 (file)
@@ -59,7 +59,7 @@ avs_decode_frame(AVCodecContext * avctx,
     AvsBlockType type;
     GetBitContext change_map = {0}; //init to silence warning
 
-    if ((ret = ff_reget_buffer(avctx, p)) < 0)
+    if ((ret = ff_reget_buffer(avctx, p, 0)) < 0)
         return ret;
     p->pict_type = AV_PICTURE_TYPE_P;
     p->key_frame = 0;