Skip to content
  • Victorien Le Couviour--Tuffet's avatar
    vout: update interlacing handling · 3e600f80
    Victorien Le Couviour--Tuffet authored and Thomas Guillem's avatar Thomas Guillem committed
    
    
    Remove deinterlace from 'video-filter' vlc string variable, now handling it
    with a boolean.
    
    This fixes a bug that happened when deinterlacing a video and applying a new
    filter: the deinterlace filter was not reapplied when rebuilding the filter
    chain.
    
    We couldn't retrieve this var from the GUI as the presence of this filter can
    change at any time, considering that a video can be partially interlaced many
    times.
    
    It's also cleaner to handle the presence of the deinterlace filter without
    using a VLC variable as we only need to know if it's there in the video output
    module.
    
    Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
    3e600f80