]> git.sesse.net Git - vlc/commit
vout: remove the dummy display pool
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 2 Jul 2013 17:51:48 +0000 (20:51 +0300)
committerRafaël Carré <funman@videolan.org>
Tue, 2 Jul 2013 21:16:11 +0000 (23:16 +0200)
commit0be7b45d342bbd0212ba7d981bd31c312e4a636b
treefe8949cc98f82564f00b082c3b9364b3b00fc585
parent39da8edda36f87b393f67acefbca654bd4a986f9
vout: remove the dummy display pool

With the previous commit, the vout wrapper's display pool is no longer
used ever if direct rendering is not in use. Removing it saves one
picture buffer.

Signed-off-by: Rafaël Carré <funman@videolan.org>
src/video_output/vout_wrapper.c