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