This commit is contained in:
Vanilagy
2026-01-19 15:04:39 +01:00
parent 277290abe3
commit ab3a514884
+1 -2
View File
@@ -31,6 +31,7 @@ import { AdtsDemuxer } from './adts/adts-demuxer';
import { readAscii, readBytes } from './reader';
import { FlacDemuxer } from './flac/flac-demuxer';
import { MpegTsDemuxer } from './mpeg-ts/mpeg-ts-demuxer';
import { TS_PACKET_SIZE } from './mpeg-ts/mpeg-ts-misc';
/**
* Base class representing an input media file format.
@@ -485,8 +486,6 @@ export class AdtsInputFormat extends InputFormat {
}
}
const TS_PACKET_SIZE = 188;
/**
* MPEG Transport Stream (MPEG-TS) file format.
*