summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 68e55d2..ce87589 100644
--- a/common.h
+++ b/common.h
@@ -10,6 +10,9 @@
#include <vdr/osd.h>
#include <vdr/config.h>
+// from recording.h (VDR <= 1.7.2)
+#define FRAMESPERSEC 25
+
#if defined(DEBUG) || defined(BENCH)
# ifdef DEBUG
# define Dprintf(x...) fprintf(stderr, x)