]> git.sesse.net Git - vlc/commit
video_output/vout_subpictures.c: Fix filters appearing and disappearing when loaded...
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 1 Apr 2014 15:19:23 +0000 (17:19 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Sun, 11 May 2014 09:35:26 +0000 (11:35 +0200)
commit7d8714d90eaaf4f0e58685e62d14ac13d494f316
tree2877807b59f008f6d3f9d09d415ba0f85a01cc7b
parent93900cd71aff74d4eec617d8f87be97427f83101
video_output/vout_subpictures.c: Fix filters appearing and disappearing when loaded for the first time.

The sys->filter_chain_update and sys->source_chain_update interacted with each other, because
the code was not carefull enough on when it is safe to overload 'sub-source' with the value of
'sub-filter'. The 'sub-filter' chain can also be a 'sub-source', but not the otherway around.
src/video_output/vout_subpictures.c