ref: 0afdf9bd00bd96f9af81eeecd9a158a059bd7f81 dir: /adts.h/
typedef struct ADTSFrame ADTSFrame; struct ADTSFrame { uvlong ns; u8int *buf; int bufsz; int sz; }; int adtsread(Biobuf *b, ADTSFrame *f);