ref: 139fd1d0439e7fc8e8672a371e4c53f7d609e431 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);