fix #115 and #129: use FFmpeg 3.4.0 GPL libs, use ffme 2.0.b9 with patch unosquare/ffmediaelement#147 and autogen 3.4.0.2

This commit is contained in:
Paddy Xu
2018-01-24 23:01:00 +02:00
parent 76dd2feb30
commit c1bcf311bc
31 changed files with 11163 additions and 5988 deletions

View File

@@ -74,7 +74,7 @@ namespace QuickLook.Plugin.VideoViewer
{
if (_wasPlaying) mediaElement.Play();
};
mediaElement.MediaFailed += ShowErrorNotification;
//mediaElement.MediaFailed += ShowErrorNotification;
mediaElement.MediaOpening += (sender, e) => e.Options.EnableHardwareAcceleration = true;
/*mediaElement.MediaEnded += (s, e) =>
{