valkovnet / f4player

Automatically exported from code.google.com/p/f4player
0 stars 0 forks source link

Video automatically defaults to 4/3 #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, my video automatically defaults to 4/3 aspect ratio. no matter what I try I 
cant get it to go 16/9 which is the actual ratio of the video is self

Original issue reported on code.google.com by mikedh...@gmail.com on 2 Aug 2010 at 3:45

GoogleCodeExporter commented 9 years ago
uncomment out the commented out lines 143-146

video.x = player.screen.x;
video.y = player.screen.y;
video.width = player.screen.width;
video.height = player.screen.height;

was commented out. that fixes it.

Original comment by powersim...@gmail.com on 24 Aug 2010 at 7:52

GoogleCodeExporter commented 9 years ago
I'd also like to see this fixed please :)

Original comment by gatekil...@gmail.com on 9 Dec 2010 at 4:06

GoogleCodeExporter commented 9 years ago
@powersimple

I tried your suggestion and it didn't work. Any other suggestions?

Original comment by gatekil...@gmail.com on 9 Dec 2010 at 4:12