Skip to content

vout: refactor RenderPicture()

Romain Vimont requested to merge rom1v/vlc:split_render_picture into master

RenderPicture() was a huge function.

Extract some parts to separate functions to simplify and reduce the scope of local variables.

Merge request reports