[vlc-devel] [PATCH v2 3/6] video_output: let the deinterlacing code access vout_thread_t
    Steve Lhomme 
    robux4 at ycbcr.xyz
       
    Mon Nov  9 13:49:13 CET 2020
    
    
  
On 2020-11-09 13:38, Rémi Denis-Courmont wrote:
> 	Hi,
> 
> I don't think this patch is necessary. The previous one should be sufficient.
> And TBH, it still looks needlessly ugly to me.
This is needed by the next patch(es). The DeinterlaceCallback didn't 
know about the vout_thread_interlacing_t/whatever it is now. And so it 
couldn't set the values (under lock) on its own. That's what it was 
using a variable in the vout object to write the new state to use.
    
    
More information about the vlc-devel
mailing list