Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: rewrite PID subscription (limit used PID at once)
  • Loading branch information
perexg committed Apr 28, 2015
1 parent c79a41d commit 5ba809b
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 90 deletions.
10 changes: 0 additions & 10 deletions src/input/mpegts.h
Expand Up @@ -173,7 +173,6 @@ typedef struct mpegts_pid
{
int mp_pid;
int mp_type; // mask for all subscribers
int mp_fd; // linuxdvb demux fd
int8_t mp_cc;
RB_HEAD(,mpegts_pid_sub) mp_subs; // subscribers to pid
LIST_HEAD(,mpegts_pid_sub) mp_svc_subs;
Expand Down Expand Up @@ -1035,15 +1034,6 @@ LIST_HEAD(,mpegts_listener) mpegts_listeners;
if (ml->op) ml->op(t, ml->ml_opaque, arg1);\
} (void)0

/*
* Misc
*/
#if ENABLE_LINUXDVB
void linuxdvb_filter_close ( int fd );
#else
static inline void linuxdvb_filter_close ( int fd ) { assert(0); };
#endif

#endif /* __TVH_MPEGTS_H__ */

/******************************************************************************
Expand Down

0 comments on commit 5ba809b

Please sign in to comment.