issue #42, add mean filter, constrain bg subtraction filters to 1 instance

This commit is contained in:
c0ntrol
2016-04-02 16:34:44 +02:00
parent 81da37e5f0
commit a2db1d5501
21 changed files with 493 additions and 144 deletions

View File

@@ -455,6 +455,9 @@ static void vj_effman_apply_image_effect(
case VJ_IMAGE_EFFECT_RANDNOISE:
randnoise_apply( frames[0], arg[0],arg[1] );
break;
case VJ_IMAGE_EFFECT_MEANFILTER:
meanfilter_apply( frames[0] );
break;
}
}