]> git.sesse.net Git - vlc/commit
vout: remove unnecessary lock around the picture FIFO
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 30 Oct 2014 20:55:27 +0000 (22:55 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 1 Nov 2014 07:26:11 +0000 (09:26 +0200)
commit98f3a7b37d290c3b003eda65b56d619fa30aba9d
tree3192ac97316b5f8a43f5de048d28941e1a869066
parent72f131d90da137cd73a3f9f1d05cedf873b358d4
vout: remove unnecessary lock around the picture FIFO

The picture FIFO has a lock internally to protect its internal state
while picture references protect the pictures.

There is no need to protect the FIFO usage with the picture lock.
At this point, the picture lock is only protected the decoder pool.
src/video_output/video_output.c