# HG changeset patch # User nicodvb # Date 1152914825 0 # Node ID c51f44c008fc451a19443e75229a230b0b0eab9c # Parent e5ec659ec1c653085cf111076335e4d8c9f461bd moved LOF macros from dvb_defaults.h diff -r e5ec659ec1c6 -r c51f44c008fc libmpdemux/dvbin.h --- a/libmpdemux/dvbin.h Fri Jul 14 22:05:49 2006 +0000 +++ b/libmpdemux/dvbin.h Fri Jul 14 22:07:05 2006 +0000 @@ -8,9 +8,12 @@ #ifndef DVBIN_H #define DVBIN_H -#include "dvb_defaults.h" #include "stream.h" +#define SLOF (11700*1000UL) +#define LOF1 (9750*1000UL) +#define LOF2 (10600*1000UL) + #ifdef HAVE_DVB_HEAD #include #include