summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-10-20 20:08:06 +0200
committersfan5 <sfan5@live.de>2023-10-21 11:07:59 +0200
commitc78c33bf7c10e81eebc4b4c1b66d0d74306887de (patch)
tree51c2f27a1022d76c90244cdacec808348ee7b0fe /stream/dvbin.h
parent2569c69d92b06a234ba734e60d20422e99f7babe (diff)
downloadmpv-c78c33bf7c10e81eebc4b4c1b66d0d74306887de.tar.bz2
mpv-c78c33bf7c10e81eebc4b4c1b66d0d74306887de.tar.xz
stream_dvb: avoid static function variable
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index ba7851669f..7c179bf77b 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -103,6 +103,7 @@ typedef struct {
char *prog;
int devno;
+ int opts_check_time;
dvb_opts_t *opts;
struct m_config_cache *opts_cache;
} dvb_priv_t;