vlc | branch: master | Steve Lhomme <[email protected]> | Wed Jul 12 11:20:48 
2017 +0200| [92927360d84e1d3d9438e41208b50dc99b8c6322] | committer: 
Jean-Baptiste Kempf

extract: make the get_custom_from_yuv declaration match the definition

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92927360d84e1d3d9438e41208b50dc99b8c6322
---

 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 * );
 
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to