mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Issue #2673 - Part 2: Add ADTS format sniffer.
This commit is contained in:
parent
0c2130e615
commit
e25b285ca7
2 changed files with 25 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ public:
|
|||
TrackInfo::TrackType aType, uint32_t aTrackNumber) override;
|
||||
bool IsSeekable() const override;
|
||||
|
||||
// Return true if a valid ADTS frame header could be found.
|
||||
static bool ADTSSniffer(const uint8_t* aData, const uint32_t aLength);
|
||||
|
||||
private:
|
||||
bool InitInternal();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue