shithub: rtmp

ref: 1471e462a43ff169164215653f13bdf75ccf8ea4
dir: /adts.h/

View raw version
typedef struct ADTSFrame ADTSFrame;

struct ADTSFrame {
	uvlong ns;
	uvlong ns₀;
	u8int *buf;
	int bufsz;
	int sz;
};

int adtsread(Biobuf *b, ADTSFrame *f);