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