summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-04 23:03:52 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-04 23:03:52 +0000
commitac9b9fcd196199c665743c5cbd7e13fac084a14f (patch)
tree748d4e7c0747529ccd68a744cd6d1f387fa427f6 /stream/dvbin.h
parent28c55c41033542e911317faae3b29ec1fe566942 (diff)
downloadmpv-ac9b9fcd196199c665743c5cbd7e13fac084a14f.tar.bz2
mpv-ac9b9fcd196199c665743c5cbd7e13fac084a14f.tar.xz
nonsense removal: compare old and new frequency in order to skip tuning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20675 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index 18cdf4f933..2f2ce2c97d 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -100,9 +100,9 @@ typedef struct {
int tuner_type;
int is_on;
stream_t *stream;
- char new_tuning[256], prev_tuning[256];
int retry;
int timeout;
+ int last_freq;
} dvb_priv_t;