• Jean-Paul Saman's avatar
    video_output/vout_subpictures.c: Fix filters appearing and disappearing when... · 7d8714d9
    Jean-Paul Saman authored
    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.
    7d8714d9
vout_subpictures.c 53.3 KB