I want to write an opencv filter that changes the size of frames. I changed p_filter->fmt_out.video.i_height and p_filter->fmt_out.video.i_width in opencv_wrapper.c , and then copied the resized frame data to p_outpic . The processed frame could display in the vlc window (I draw a circle for it), bu...