Changeset 3083 for trunk/tvheadend/src/tvhead.h
- Timestamp:
- 06/22/09 21:51:10 (15 months ago)
- Files:
-
- 1 modified
-
trunk/tvheadend/src/tvhead.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tvheadend/src/tvhead.h
r3077 r3083 579 579 580 580 /** 581 * Set if we've seen the PMT. Used to avoid (re)saving the transport 582 * for everytime we see a PMT. 583 * XXX: Not very good, should be replaced with more intelligent 584 * code in psi.c 585 */ 586 int tht_pmt_seen; 587 588 581 * List of all components. 582 */ 589 583 struct th_stream_list tht_components; 590 584