]> git.sesse.net Git - vlc/commit
vout: set an i_order to subpictures when they are rendered
authorThomas Guillem <thomas@gllm.fr>
Fri, 20 Feb 2015 09:00:16 +0000 (09:00 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 20 Feb 2015 13:59:48 +0000 (14:59 +0100)
commita1ebb0e433eefc1acf661213266eef7d81663bb5
treeec040eeccf108547b8e7c016fe8adaba4f9306ba
parent5e598e572689de89a4f767c0d03b64eeb8aa6ea9
vout: set an i_order to subpictures when they are rendered

This i_order can be used by vout display modules to easily compare subpictures.
That way, a module can bypass a subpicture rendering if it has been previously
rendered.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/video_output/vout_subpictures.c