service: remove unused s_flags field from struct service

This commit is contained in:
Jaroslav Kysela 2015-03-05 14:08:41 +01:00
parent 29308193bd
commit 1ef7dae510
2 changed files with 0 additions and 10 deletions

View file

@ -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)

View file

@ -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.