Skip to content

Commit

Permalink
Remove leftover argument from the prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Asd-g committed Dec 10, 2023
1 parent e0493dc commit 5d61a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lwlibav_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 5d61a8f

Please sign in to comment.