summarylogtreecommitdiffstats
path: root/ffmpeg.patch
blob: fe99662a353f2be27199cbc0fe9a46687155ca57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/gfx/qt.cpp b/src/gfx/qt.cpp
index ceb33ce9f..2e6f0abe8 100644
--- a/src/MEGASync/mega/src/gfx/qt.cpp
+++ b/src/MEGASync/mega/src/gfx/qt.cpp
@@ -1209,7 +1209,6 @@ QImageReader *GfxProcQT::readbitmapFfmpeg(int &w, int &h, int &orientation, QStr
 
     // Force seeking to key frames
     formatContext->seek2any = false;
-    videoStream->skip_to_keyframe = true;
     if (decoder->capabilities & CAP_TRUNCATED)
     {
         codecContext.flags |= CAP_TRUNCATED;