Skip to content
Snippets Groups Projects

vout: split RenderPicture()

Closed Romain Vimont requested to merge rom1v/vlc:split_render_picture into master
  1. Jul 22, 2021
    • Romain Vimont's avatar
      vout: split RenderPicture() · e7b7b775
      Romain Vimont authored
      The first part of RenderPicture() filters the input picture. This
      process is independent of the display.
      
      The second part renders SPU then calls prepare()/display() on the vout
      display module. This depends on display properties (in particular its
      dimensions and ratio).
      
      In order to be able to "restart" the second part on resize, extract it
      to a separate function.
      e7b7b775
Loading