Home
last modified time | relevance | path

Searched defs:th_pkt (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dpacket.h51 typedef struct th_pkt { struct
52 int64_t pkt_dts;
53 int64_t pkt_pts;
54 int pkt_duration;
55 int pkt_refcount;
57 uint8_t pkt_type;
81 } th_pkt_t; argument