From ac9b9fcd196199c665743c5cbd7e13fac084a14f Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sat, 4 Nov 2006 23:03:52 +0000 Subject: 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 --- stream/dvbin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/dvbin.h') 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; -- cgit v1.2.3