Skip to content

Commit

Permalink
Tiny sub sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
LittlePox committed May 4, 2021
1 parent 7ba401d commit da3ca93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OKEGui/OKEGui/JobProcessor/Demuxer/TrackInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public bool IsEmpty()
case TrackType.Audio:
return MeanVolume < -70 && MaxVolume < -30;
case TrackType.Subtitle:
return FileSize / Length < 6 * 1024 * 1024 / 3600;
return FileSize / Length < 3 * 1024 * 1024 / 3600;
default:
return FileSize < 64;
}
Expand Down
2 changes: 1 addition & 1 deletion OKEGui/OKEGui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.9.*")]
[assembly: AssemblyVersion("6.10.*")]

0 comments on commit da3ca93

Please sign in to comment.