]> git.sesse.net Git - vlc/commit
Fixed filters implemented as vout (Init/End can be called multiple times
authorLaurent Aimar <fenrir@videolan.org>
Thu, 17 Jul 2008 17:58:44 +0000 (19:58 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 17 Jul 2008 18:00:46 +0000 (20:00 +0200)
commit3f35c5171d9181434ebb16ffbdec7f7d62c28b8d
tree9509f550c3802ca6b500b9b70b68e757b369628c
parentdd066314d5dde1a5d828d2c51c0296dd7b04bac7
Fixed filters implemented as vout (Init/End can be called multiple times
+ use vout_Destroy where it should be)
It closes #1722.
modules/video_filter/clone.c
modules/video_filter/crop.c
modules/video_filter/deinterlace.c
modules/video_filter/logo.c
modules/video_filter/magnify.c
modules/video_filter/opencv_wrapper.c
modules/video_filter/panoramix.c
modules/video_filter/puzzle.c
modules/video_filter/swscale.c
modules/video_filter/transform.c
modules/video_filter/wall.c