mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
c034b0bb72
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
24 lines
1 KiB
Diff
24 lines
1 KiB
Diff
diff -Naur a/src/MEGASync/mega/src/gfx/freeimage.cpp b/src/MEGASync/mega/src/gfx/freeimage.cpp
|
|
--- a/src/MEGASync/mega/src/gfx/freeimage.cpp 2021-05-23 02:28:08.694081111 +0100
|
|
+++ b/src/MEGASync/mega/src/gfx/freeimage.cpp 2021-05-23 02:29:56.189964969 +0100
|
|
@@ -188,7 +188,7 @@
|
|
|
|
// Force seeking to key frames
|
|
formatContext->seek2any = false;
|
|
- videoStream->skip_to_keyframe = true;
|
|
+ //videoStream->skip_to_keyframe = true;
|
|
if (decoder->capabilities & CAP_TRUNCATED)
|
|
{
|
|
codecContext.flags |= CAP_TRUNCATED;
|
|
diff -Naur a/src/MEGASync/mega/src/gfx/qt.cpp b/src/MEGASync/mega/src/gfx/qt.cpp
|
|
--- a/src/MEGASync/mega/src/gfx/qt.cpp 2021-05-23 02:28:08.694081111 +0100
|
|
+++ b/src/MEGASync/mega/src/gfx/qt.cpp 2021-05-23 02:29:36.172545153 +0100
|
|
@@ -1209,7 +1209,7 @@
|
|
|
|
// Force seeking to key frames
|
|
formatContext->seek2any = false;
|
|
- videoStream->skip_to_keyframe = true;
|
|
+ //videoStream->skip_to_keyframe = true;
|
|
if (decoder->capabilities & CAP_TRUNCATED)
|
|
{
|
|
codecContext.flags |= CAP_TRUNCATED;
|