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)
|
||||
{
|
||||
switch(t->tht_type) {
|
||||
case TRANSPORT_AVGEN:
|
||||
case TRANSPORT_STREAMEDFILE:
|
||||
return 0;
|
||||
|
||||
case TRANSPORT_DVB:
|
||||
if(t->tht_scrambled)
|
||||
return 3;
|
||||
|
|
|
@ -355,8 +355,6 @@ typedef struct th_transport {
|
|||
TRANSPORT_DVB,
|
||||
TRANSPORT_IPTV,
|
||||
TRANSPORT_V4L,
|
||||
TRANSPORT_AVGEN,
|
||||
TRANSPORT_STREAMEDFILE,
|
||||
} tht_type;
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Reference in a new issue