1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 13:21:13 +00:00

moved LOF macros from dvb_defaults.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19091 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-07-14 22:07:05 +00:00
parent 71b5d4f1ae
commit c6ca88ad90

View File

@ -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 <linux/dvb/dmx.h>
#include <linux/dvb/frontend.h>