minor changes

This commit is contained in:
Paddy Xu
2017-07-30 23:37:07 +03:00
parent c97f932bc3
commit 6465ea9ed6
2 changed files with 21 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ namespace QuickLook.Plugin.VideoViewer.FFmpeg
public bool CanDecode()
{
var info = infoNavigator.SelectSingleNode("/ffprobe/format");
var info = infoNavigator.SelectSingleNode("/ffprobe/format[@probe_score>25]");
return info != null;
}