]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/yop.c
lavc/bsf: add an Opus metadata bitstream filter
[ffmpeg] / libavcodec / yop.c
index 32cfea200a1368ae9ab2763e608a202cbb4206d7..aff28ef3fcdffe472108c8cbfb60afec98cc5a5a 100644 (file)
@@ -204,7 +204,7 @@ static int yop_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
         return AVERROR_INVALIDDATA;
     }
 
-    if ((ret = ff_reget_buffer(avctx, frame)) < 0)
+    if ((ret = ff_reget_buffer(avctx, frame, 0)) < 0)
         return ret;
 
     if (!avctx->frame_number)