Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed May 29, 2023
1 parent f5c83bf commit 25fd1c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BBDown/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ private static async Task DoWorkAsync(MyOption myOption)
//videoTracks.Sort((v1, v2) => Compare(v1, v2, encodingPriority, dfnPriority));
videoTracks = SortTracks(videoTracks, dfnPriority, encodingPriority, bandwithAscending);
audioTracks.Sort(Compare);
if (bandwithAscending) audioTracks.Reverse();

if (audioOnly) videoTracks.Clear();
if (videoOnly) audioTracks.Clear();
Expand Down

0 comments on commit 25fd1c0

Please sign in to comment.