From 9cd4638d2bed50130e6ebdcf37405438cb16a29b Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Tue, 1 Oct 2019 23:46:29 +0200 Subject: 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. --- stream/dvbin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/dvbin.h') 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); -- cgit v1.2.3