From 5d61a8f88c57fe668c58941fb1662fb7323480dc Mon Sep 17 00:00:00 2001 From: Asd-g <65298684+Asd-g@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:25:21 +0200 Subject: [PATCH] Remove leftover argument from the prev commit --- common/lwlibav_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lwlibav_video.c b/common/lwlibav_video.c index 7847dbc2..38c002de 100644 --- a/common/lwlibav_video.c +++ b/common/lwlibav_video.c @@ -673,7 +673,7 @@ static uint32_t seek_video /* Update the decoder configuration. */ lwlibav_update_configuration( (lwlibav_decode_handler_t *)vdhp, rap_number, extradata_index, rap_pos ); else - lwlibav_flush_buffers( (lwlibav_decode_handler_t *)vdhp, 0 ); + lwlibav_flush_buffers( (lwlibav_decode_handler_t *)vdhp ); if( vdhp->error ) return 0; if( lavf_seek_frame( vdhp->format, vdhp->stream_index, rap_pos, vdhp->av_seek_flags ) < 0 )