ithewei / hplayer

A multi-screen player using Qt + FFmpeg.
https://hewei.blog.csdn.net/article/category/9275796
GNU Lesser General Public License v2.1
934 stars 283 forks source link

Aspect Ratio settings not work when using SDL renderer #14

Closed shujaatak closed 4 years ago

shujaatak commented 4 years ago

I noticed that if I set renderer = opengl then the aspect ratio settings work but when I set renderer = sdl they don't work.

ithewei commented 4 years ago

Now aspect_ratio is in effect, whether renderer is opengl or sdl.

shujaatak commented 4 years ago

Fantastic! I just tested it and it works great!