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
- Build Status
Buildable 3322 Build 3322: arc lint + arc unit
Event Timeline
unittests/Format/FormatTestJS.cpp | ||
---|---|---|
1040 | 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).
nit: Should be MpegTS.