Remove TRANSPORT_AVGEN and TRANSPORT_STREAMEDFILE. They are not really transports

This commit is contained in:
Andreas Öman 2009-06-03 19:07:38 +00:00
parent 206767ac3a
commit b47bc31d97
2 changed files with 0 additions and 6 deletions

View file

@ -268,10 +268,6 @@ static int
transport_get_prio(th_transport_t *t)
{
switch(t->tht_type) {
case TRANSPORT_AVGEN:
case TRANSPORT_STREAMEDFILE:
return 0;
case TRANSPORT_DVB:
if(t->tht_scrambled)
return 3;

View file

@ -355,8 +355,6 @@ typedef struct th_transport {
TRANSPORT_DVB,
TRANSPORT_IPTV,
TRANSPORT_V4L,
TRANSPORT_AVGEN,
TRANSPORT_STREAMEDFILE,
} tht_type;
enum {