Skip to content
  • Sebastian Dröge's avatar
    deinterlace: Fix compiler warning · 25ed0a30
    Sebastian Dröge authored
    gstdeinterlace.c: In function 'gst_deinterlace_output_frame':
    gstdeinterlace.c:1537:57: error: 'pattern.length' may be used uninitialized in this function [-Werror=maybe-uninitialized]
    
    This actually is always initialized before it is used there, but
    let's just silence gcc here.
    25ed0a30