Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
vlc
> vlc-opencv22.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File vlc-opencv22.patch of Package vlc (Revision 4)
Currently displaying revision
4
,
show latest
diff -Nur vlc-1.1.5-orig/modules/video_filter/opencv_example.c vlc-1.1.5/modules/video_filter/opencv_example.c --- vlc-1.1.5-orig/modules/video_filter/opencv_example.c 2011-01-19 07:05:56.109673336 +0100 +++ vlc-1.1.5/modules/video_filter/opencv_example.c 2011-01-19 07:22:04.973670402 +0100 @@ -191,7 +191,7 @@ CvSeq *faces = cvHaarDetectObjects( p_img[0], p_sys->p_cascade, p_sys->p_storage, 1.15, 5, CV_HAAR_DO_CANNY_PRUNING, - cvSize(20, 20) ); + cvSize(0, 0), cvSize(20, 20) ); //create the video_filter_region_info_t struct if (faces && (faces->total > 0)) {