The MPEG transport stream file format also uses ".ts" as its file extension.
This change detects its specific framing format (0x47 every 189 bytes) and
simply ignores MPEG TS files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/Format/FormatTestJS.cpp | ||
---|---|---|
1002 ↗ | (On Diff #85930) | nit: Should be MpegTS. |
Comment Actions
I think I fixed this in tslint, but not in clang-format. At least I cannot find a trace of it (but yeah, I thought I had fixed it, too).