Re: RFR: 8283318: Videos with unusual sizes cannot be played on windows

2022-05-06 Thread Kevin Rushforth
On Tue, 19 Apr 2022 22:38:13 GMT, Alexander Matveev  
wrote:

> Fixed by removing check which enables dynamic format change, since it 
> requires for portrait videos, not standard resolutions and anything that has 
> width > 1920 or/and height > 1080.

Looks good. I confirm that it fixes the problem.

This is a simple enough change that a single reviewer is sufficient.

-

Marked as reviewed by kcr (Lead).

PR: https://git.openjdk.java.net/jfx/pull/775


RFR: 8283318: Videos with unusual sizes cannot be played on windows

2022-04-19 Thread Alexander Matveev
Fixed by removing check which enables dynamic format change, since it requires 
for portrait videos, not standard resolutions and anything that has width > 
1920 or/and height > 1080.

-

Commit messages:
 - 8283318: Videos with unusual sizes cannot be played on windows

Changes: https://git.openjdk.java.net/jfx/pull/775/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jfx=775=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8283318
  Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 mod
  Patch: https://git.openjdk.java.net/jfx/pull/775.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/775/head:pull/775

PR: https://git.openjdk.java.net/jfx/pull/775