diff --git a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml.cs b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml.cs index 12093dc..1ecb4d7 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml.cs @@ -339,7 +339,7 @@ namespace QuickLook.Plugin.VideoViewer public void LoadAndPlay(string path) { - mediaElement.LoadMedia(path); + mediaElement.LoadMediaWithOptions(path, ":avcodec-hw=dxva2"); mediaElement.Volume = 50; mediaElement.Play();