nixpkgs/pkgs/applications/misc/megasync/ffmpeg_44.patch
Michal Minář 28b5d59de2 megasync: 4.5.3.0 -> 4.6.1.0
with ffmpeg
with freeimage

Signed-off-by: Michal Minář <mm@michojel.cz>
2021-11-25 11:42:27 +01:00

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;