summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2023-08-23 22:42:42 +0200
committersfan5 <sfan5@live.de>2023-09-03 13:08:58 +0200
commitd88e3d105a725ce446e0f2ceb25d473ec6fdd721 (patch)
treef17c3e7a4912de26b608ca69eb41d45a2cda9312 /stream/dvbin.h
parent67368ac5d207a72dcec1488e112af00198c650db (diff)
downloadmpv-d88e3d105a725ce446e0f2ceb25d473ec6fdd721.tar.bz2
mpv-d88e3d105a725ce446e0f2ceb25d473ec6fdd721.tar.xz
stream/dvbin: add support for delivery system ISDB-T
This is similar to DVB-T, but requires slightly different treatment as there is no T/T2 differentiation. Use a new channels.conf.isdbt file as channels config file.
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 9bb06abe36..43acc9264b 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -130,6 +130,7 @@ typedef struct {
DELSYS_BIT(SYS_ATSC) | \
DELSYS_BIT(SYS_DVBC_ANNEX_B) | \
DELSYS_BIT(SYS_DVBT2) | \
+ DELSYS_BIT(SYS_ISDBT) | \
DELSYS_BIT(SYS_DVBC_ANNEX_C) \
)