samiamwork / Movist

Movie Player for Mac OS X based on QuickTime & FFmpeg. (Fork of original project on Google Code as it seems to have died)
GNU General Public License v3.0
206 stars 54 forks source link

Aspect Ratio is not Respected #17

Open samiamwork opened 11 years ago

samiamwork commented 11 years ago

Videos fill the window, no matter the setting. Videos should obey the aspect ratio that is set. This is cruft left from the AVFoundation conversion.

samiamwork commented 11 years ago

Mostly fixed by 27d5236a0eccc9b8ef4f6db8b0d4482104166c23 but it's still not totally working as the view doesn't really notice aspect ratio changes by itself (try it in fullscreen). It only works in windowed mode because the window resize triggers it.