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