summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorChristoph Heinrich <christoph.heinrich@student.tugraz.at>2023-02-21 03:07:51 +0100
committerDudemanguy <random342@airmail.cc>2023-02-21 17:15:17 +0000
commitc0807e98fbc808b50d58ae88b4ae05b0cd956e69 (patch)
treec1461b0e82d1a6a6f8c043926d5d6ffe691066f2 /stream
parent07545657bf73ebb4da38e26950d5203466298ec1 (diff)
downloadmpv-c0807e98fbc808b50d58ae88b4ae05b0cd956e69.tar.bz2
mpv-c0807e98fbc808b50d58ae88b4ae05b0cd956e69.tar.xz
options: remove explicit initialization of integers to 0
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_dvb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c
index 14ff2f4ca4..e6cac0048a 100644
--- a/stream/stream_dvb.c
+++ b/stream/stream_dvb.c
@@ -85,7 +85,6 @@ const struct m_sub_options stream_dvb_conf = {
.size = sizeof(dvb_opts_t),
.defaults = &(const dvb_opts_t){
.cfg_prog = NULL,
- .cfg_devno = 0,
.cfg_timeout = 30,
},
};