]> git.sesse.net Git - vlc/commit
mmal/deinterlace: Teardown cleanup
authorJulian Scheel <julian@jusst.de>
Thu, 4 Sep 2014 10:49:52 +0000 (12:49 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 4 Sep 2014 16:19:35 +0000 (18:19 +0200)
commitc465b5bcf49913b8931bebfc42a750c672cf7c5c
tree55769c197feb84be59b446e13b254aa8ce2be0cf
parentadcc436f17bac246aeec7cc443660fd86fb7a483
mmal/deinterlace: Teardown cleanup

Refactor teardown code a little, merging the picture_pool destruction into the
core Close method as well as adding a missing free and tweak teardown order to
be a bit more sane.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/hw/mmal/deinterlace.c