Skip to content
  • Erwan Tulou's avatar
    core: fix a wrong division · 30efd37a
    Erwan Tulou authored
    Dividing an unsigned int by 2 is different from dividing an int by 2
    
    This division was the cause for vlc(Win32) displaying a black screen
    when zooming exceeded the display size (alt-'o')
    
    Weirdly, there was no problem for Linux !!?? and also no regression :)
    30efd37a