service: remove unused s_flags field from struct service
This commit is contained in:
parent
29308193bd
commit
1ef7dae510
2 changed files with 0 additions and 10 deletions
|
@ -1023,9 +1023,6 @@ service_stream_create(service_t *t, int pid,
|
|||
|
||||
service_stream_make_nicename(t, st);
|
||||
|
||||
if(t->s_flags & S_DEBUG)
|
||||
tvhlog(LOG_DEBUG, "service", "Add stream %s", st->es_nicename);
|
||||
|
||||
if(t->s_status == SERVICE_RUNNING) {
|
||||
service_build_filter(t);
|
||||
TAILQ_FOREACH(st2, &t->s_filt_components, es_filt_link)
|
||||
|
|
|
@ -239,13 +239,6 @@ typedef struct service {
|
|||
*/
|
||||
int s_refcount;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
int s_flags;
|
||||
|
||||
#define S_DEBUG 0x1
|
||||
|
||||
/**
|
||||
* Source type is used to determine if an output requesting
|
||||
* MPEG-TS can shortcut all the parsing and remuxing.
|
||||
|
|
Loading…
Add table
Reference in a new issue