player title clipping fix

This commit is contained in:
Yuriy Liskov
2020-10-03 01:12:47 +03:00
parent aa427a6e1d
commit 7b5edf44d4
3 changed files with 12 additions and 5 deletions

View File

@@ -70,6 +70,8 @@ public class VideoTrack extends MediaTrack {
result = 1;
}
}
} else if (heightLessOrEquals(track2.format.height, format.height)) {
result = 1;
}
return result;