shithub: rtmp

ref: 96dae8c3993f40aef4aec95ad035b0d34d756950
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);