28b5d59de2
with ffmpeg with freeimage Signed-off-by: Michal Minář <mm@michojel.cz>
15 lines
663 B
Diff
15 lines
663 B
Diff
Index: megasync-4.6.1.0/src/MEGASync/mega/src/gfx/freeimage.cpp
|
|
===================================================================
|
|
--- megasync-4.6.1.0.orig/src/MEGASync/mega/src/gfx/freeimage.cpp
|
|
+++ megasync-4.6.1.0/src/MEGASync/mega/src/gfx/freeimage.cpp
|
|
@@ -253,7 +253,8 @@ bool GfxProcFreeImage::readbitmapFfmpeg(
|
|
|
|
// Force seeking to key frames
|
|
formatContext->seek2any = false;
|
|
- videoStream->skip_to_keyframe = true;
|
|
+ // no longer exposed in ffmpeg 4.4; the line above should be sufficient
|
|
+ //videoStream->skip_to_keyframe = true;
|
|
if (decoder->capabilities & CAP_TRUNCATED)
|
|
{
|
|
codecContext->flags |= CAP_TRUNCATED;
|