/* dsm_common.h - types and utilities for vehicle monitoring videos. */ /* Last edited on 2016-04-10 17:49:33 by stolfilocal */ #ifndef dsm_common_H #define dsm_common_H #define _GNU_SOURCE #include #include #define dsm_gain_MIN 0.0001 #define dsm_gain_MAX 1000.0 /* Min and max gain arguments. */ #endif