From 6a324b74439d7824661d10d7c1f44f25ca5d84d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Wed, 16 Apr 2008 20:54:36 +0000 Subject: [PATCH] Add callback for returning transport source information in cleartext --- dvb.c | Bin 12807 -> 13256 bytes tvhead.h | 2 ++ 2 files changed, 2 insertions(+) diff --git a/dvb.c b/dvb.c index 5a8de521ac0756441b297ef231b46d45663f2be0..bec7a3e667e0f8b56a56d689119510c155688d90 100644 GIT binary patch delta 365 zcmZvXy-EX75QV`a;7wx+D-{ka0kbGcL@Zp4rB7g^k;~2Q#9cz}UFOavX|%Pp*xGjx z@)8#Doy=yn@TVDuneWUw^PIdtysaANUW{ZhVrRV|P7NbWW+Uxg!7*uTrgS8!7B<%B zjztSX=|sy_<4Nt+P{rU9KUL+R)!qWio#yUx(R#tHQr$3A2yso8*a*QOAs=&=OEx2H zu8bW+QbK)rO?TBl`P46~*Z$c-q=0X0B2Em z!Lix~Ajvd48B|qUlDXpvt}YPV*ok#>i?7*V*d!(w;!0{XJ14o3w6n2fl7ej&BT|p* E6CCe(<^TWy delta 21 dcmX?+-k!4I4BKWV_ByV~%LOGj9}--m003q92#){& diff --git a/tvhead.h b/tvhead.h index afc02125..b948b94a 100644 --- a/tvhead.h +++ b/tvhead.h @@ -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;