1
0
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:
mhmdanas
2021-05-15 18:48:16 +03:00
parent 9595733563
commit eb1cefe2fa
3 changed files with 4 additions and 6 deletions

View File

@@ -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;