mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-04 22:15:29 +01:00
issue #42, add mean filter, constrain bg subtraction filters to 1 instance
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user