Remove TRANSPORT_AVGEN and TRANSPORT_STREAMEDFILE. They are not really transports
This commit is contained in:
parent
206767ac3a
commit
b47bc31d97
2 changed files with 0 additions and 6 deletions
|
@ -268,10 +268,6 @@ static int
|
||||||
transport_get_prio(th_transport_t *t)
|
transport_get_prio(th_transport_t *t)
|
||||||
{
|
{
|
||||||
switch(t->tht_type) {
|
switch(t->tht_type) {
|
||||||
case TRANSPORT_AVGEN:
|
|
||||||
case TRANSPORT_STREAMEDFILE:
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
case TRANSPORT_DVB:
|
case TRANSPORT_DVB:
|
||||||
if(t->tht_scrambled)
|
if(t->tht_scrambled)
|
||||||
return 3;
|
return 3;
|
||||||
|
|
|
@ -355,8 +355,6 @@ typedef struct th_transport {
|
||||||
TRANSPORT_DVB,
|
TRANSPORT_DVB,
|
||||||
TRANSPORT_IPTV,
|
TRANSPORT_IPTV,
|
||||||
TRANSPORT_V4L,
|
TRANSPORT_V4L,
|
||||||
TRANSPORT_AVGEN,
|
|
||||||
TRANSPORT_STREAMEDFILE,
|
|
||||||
} tht_type;
|
} tht_type;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
|
Loading…
Add table
Reference in a new issue