libcaption
Functions
ts.c File Reference
#include "ts.h"
#include <stdio.h>
#include <string.h>

Functions

void ts_init (ts_t *ts)
 
static int64_t ts_parse_pts (const uint8_t *data)
 
int ts_parse_packet (ts_t *ts, const uint8_t *data)
 

Function Documentation

void ts_init ( ts_t ts)
int ts_parse_packet ( ts_t ts,
const uint8_t *  data 
)
static int64_t ts_parse_pts ( const uint8_t *  data)
static