summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2019-10-01 23:46:29 +0200
committerOliver Freyermuth <o.freyermuth@googlemail.com>2019-10-02 01:25:45 +0200
commit9cd4638d2bed50130e6ebdcf37405438cb16a29b (patch)
tree9af6342d09bdb2f8529ad473a5ac01f5d72aecdf /stream/dvbin.h
parent1768ea0d1576136130cb5f2b7f459704031bafd2 (diff)
downloadmpv-9cd4638d2bed50130e6ebdcf37405438cb16a29b.tar.bz2
mpv-9cd4638d2bed50130e6ebdcf37405438cb16a29b.tar.xz
stream_dvb: Add dvb_update_config to poll config parameters.
If any parameters have been updated, reinitiate streaming_start. Throttle checks since we poll from streaming_read. This also requires the player to re-initialize, since all video and audio streams and even the transport format may change. This is added in the next commit.
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 c184f189e7..60b4070f04 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -183,6 +183,7 @@ typedef struct {
)
#endif
+void dvb_update_config(stream_t *);
int dvb_parse_path(stream_t *);
int dvb_step_channel(stream_t *, int);
int dvb_set_channel(stream_t *, unsigned int, unsigned int);