[vlc-devel] [PATCH 2/3] extract: make the get_custom_from_yuv declaration match the definition

Steve Lhomme robux4 at videolabs.io
Wed Jul 12 11:20:48 CEST 2017


---
 modules/video_filter/extract.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_filter/extract.c b/modules/video_filter/extract.c
index 8e349f1372..870db76b0f 100644
--- a/modules/video_filter/extract.c
+++ b/modules/video_filter/extract.c
@@ -48,7 +48,7 @@ static int ExtractCallback( vlc_object_t *, char const *,
                             vlc_value_t, vlc_value_t, void * );
 
 static void make_projection_matrix( filter_t *, int color, int *matrix );
-static void get_custom_from_yuv( picture_t *, picture_t *, int, int, int, int const * );
+static void get_custom_from_yuv( picture_t *, picture_t *, int const, int const, int const, int const * );
 static void get_custom_from_packedyuv422( picture_t *, picture_t *, int * );
 
 
-- 
2.12.1



More information about the vlc-devel mailing list