]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/opencv_wrapper.c
Used video_format_ScaleCropAr in scale.c/swscale.c
[vlc] / modules / video_filter / opencv_wrapper.c
index 721eec397a7bfbbae3c6ebd5adcbe609a0834524..a2e45ae63b647ebb6848102dccaa47bf378f66a7 100644 (file)
@@ -509,7 +509,6 @@ static void VlcPictureToIplImage( vout_thread_t *p_vout, picture_t *p_in )
 
     //Hack the above opencv image array into a picture_t so that it can be sent to
     //another video filter
-    p_sys->hacked_pic.p_data_orig = p_sys->p_cv_image;
     p_sys->hacked_pic.i_planes = planes;
     p_sys->hacked_pic.format.i_chroma = fmt_out.i_chroma;