From 8816a3403cce7a3978092a701f8f85b648230153 Mon Sep 17 00:00:00 2001 From: SuperrSonic Date: Sat, 4 Oct 2014 01:37:43 -0400 Subject: [PATCH] Deflicker stuff --- general.h | 1 + 1 file changed, 1 insertion(+) diff --git a/general.h b/general.h index 84f3335802..ba666f3f49 100644 --- a/general.h +++ b/general.h @@ -235,6 +235,7 @@ struct settings unsigned frame_delay; #ifdef GEKKO unsigned viwidth; + bool vfilter; #endif bool smooth; bool force_aspect;