Issue #2673 - Part 2: Add ADTS format sniffer.

This commit is contained in:
Moonchild 2024-12-29 13:31:47 +01:00 • committed by roytam1
commit e25b285ca7
2 changed files with 25 additions and 0 deletions

View file

@ -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();