mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-26 08:41:25 +00:00
Make some minor changes
This commit is contained in:
@@ -712,7 +712,7 @@ public class WebMWriter implements Closeable {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// TODO: in the adove code, find and select the shortest track for the desired kind
|
||||
// TODO: in the above code, find and select the shortest track for the desired kind
|
||||
for (i = 0; i < infoTracks.length; i++) {
|
||||
if (kind == infoTracks[i].trackType) {
|
||||
return i;
|
||||
|
||||
Reference in New Issue
Block a user