Add callback for returning transport source information in cleartext

This commit is contained in:
Andreas Öman 2008-04-16 20:54:36 +00:00
parent d0ad4af2e5
commit 6a324b7443
2 changed files with 2 additions and 0 deletions

BIN
dvb.c

Binary file not shown.

View file

@ -425,6 +425,8 @@ typedef struct th_transport {
void (*tht_config_change)(struct th_transport *t);
const char *(*tht_sourcename)(struct th_transport *t);
struct th_muxer_list tht_muxers; /* muxers */
struct pluginaux_list tht_plugin_aux;