From a5fd522d974ca49994d85dbb58b695d1fb80afb0 Mon Sep 17 00:00:00 2001 From: "[d.j.a.y] Jerome Blanchi" Date: Mon, 2 May 2016 09:17:51 +0200 Subject: [PATCH] Warning : defined but not used * show_pMu * show_pVar --- .../veejay-server/libvje/effects/bgsubtractgauss.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/veejay-current/veejay-server/libvje/effects/bgsubtractgauss.c b/veejay-current/veejay-server/libvje/effects/bgsubtractgauss.c index 9996227e..2d48cefe 100644 --- a/veejay-current/veejay-server/libvje/effects/bgsubtractgauss.c +++ b/veejay-current/veejay-server/libvje/effects/bgsubtractgauss.c @@ -295,6 +295,8 @@ static void bg_subtract( VJFrame *frame, double threshold, uint8_t *A ) } } +//defined but not used +/* static void show_pMu( VJFrame *frame ) { const int len = frame->len; @@ -308,7 +310,10 @@ static void show_pMu( VJFrame *frame ) veejay_memset( frame->data[1], 128, frame->uv_len); veejay_memset( frame->data[2], 128, frame->uv_len); } +*/ +//defined but not used +/* static void show_pVar( VJFrame *frame ) { const int len = frame->len; @@ -322,6 +327,7 @@ static void show_pVar( VJFrame *frame ) veejay_memset( frame->data[1], 128, frame->uv_len); veejay_memset( frame->data[2], 128, frame->uv_len); } +*/ static void fg_erode( uint8_t *I, const int w, const int h, uint8_t *O ) {