diff --git a/client/CVideoHandler.cpp b/client/CVideoHandler.cpp index 8dfe2b768..fbdd3badb 100644 --- a/client/CVideoHandler.cpp +++ b/client/CVideoHandler.cpp @@ -261,7 +261,7 @@ bool CVideoPlayer::nextFrame() if (doLoop && !gotError) { // Rewind - if (av_seek_frame(format, stream, 0, 0) < 0) + if (av_seek_frame(format, stream, 0, AVSEEK_FLAG_BYTE) < 0) break; gotError = true; }