Skip to content
This repository was archived by the owner on Feb 9, 2019. It is now read-only.

Commit c36d712

Browse files
YuanYuanYuanYuan
authored andcommitted
minor fix on aac parsing
1 parent eac7b75 commit c36d712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OKEGui/OKEGui/Worker/JobWorker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void Start()
5959
var audioOutput = audioTracks[track.TrackId];
6060
string audioOutpath = audioOutput.OutFileName;
6161

62-
if (track.Format == "AAC") {
62+
if (track.Format.ToUpper() == "AAC") {
6363
vjob.config.Status = "音轨转码中";
6464
vjob.config.ProgressValue = -1;
6565

0 commit comments

Comments
 (0)