24 #ifndef LIBCAPTION_TS_H
25 #define LIBCAPTION_TS_H
44 #define TS_PACKET_SIZE 188
static double ts_dts_seconds(ts_t *ts)
Definition: ts.h:48
int16_t stream_type
Definition: ts.h:32
int64_t dts
Definition: ts.h:34
int64_t pts
Definition: ts.h:33
static double ts_cts_seconds(ts_t *ts)
Definition: ts.h:50
int16_t pmtpid
Definition: ts.h:30
int ts_parse_packet(ts_t *ts, const uint8_t *data)
Definition: ts.c:45
size_t size
Definition: ts.h:35
int16_t ccpid
Definition: ts.h:31
const uint8_t * data
Definition: ts.h:36
static double ts_pts_seconds(ts_t *ts)
Definition: ts.h:49
void ts_init(ts_t *ts)
Definition: ts.c:28