Skip to content

Commit da3ca93

Browse files
committed
Tiny sub sucks
1 parent 7ba401d commit da3ca93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OKEGui/OKEGui/JobProcessor/Demuxer/TrackInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public bool IsEmpty()
7373
case TrackType.Audio:
7474
return MeanVolume < -70 && MaxVolume < -30;
7575
case TrackType.Subtitle:
76-
return FileSize / Length < 6 * 1024 * 1024 / 3600;
76+
return FileSize / Length < 3 * 1024 * 1024 / 3600;
7777
default:
7878
return FileSize < 64;
7979
}

OKEGui/OKEGui/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
4848
// 方法是按如下所示使用“*”: :
4949
// [assembly: AssemblyVersion("1.0.*")]
50-
[assembly: AssemblyVersion("6.9.*")]
50+
[assembly: AssemblyVersion("6.10.*")]

0 commit comments

Comments
 (0)