deinterlace: Fix compiler warning
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.
Showing
Please register or sign in to comment