summary refs log blame commit diff
path: root/pkgs/applications/misc/megasync/ffmpeg_44.patch
blob: 901635e43f3e6fcf6daab05615ba11124aba601f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                            
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;