#include "TsDecoder.hpp" #include "StitchStruct.h" #include "API_UnderStitch.h" int main(int, char**) { std::string file = std::string("/media/wang/data/20251105140846_chn_10_25Hz.ts"); TsDecoder* dec = new TsDecoder(file); dec->decoder(); }