mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
Correct pending upstream bugs and set the correct sdk commit. Some additional improvements in ebuild. Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Samuel Bernardo <samuelbernardo.mail@gmail.com>
25 lines
1.0 KiB
Diff
25 lines
1.0 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;
|