Add a streaming target pointer for convenience use.

This commit is contained in:
Andreas Öman 2008-09-27 16:48:05 +00:00
parent 15aa5f6e93
commit 7ff46ef6f2

View file

@ -56,6 +56,8 @@ typedef struct th_subscription {
int ths_force_demux;
streaming_target_t *ths_st;
} th_subscription_t;