Skip to content

Commit

Permalink
Merge pull request #2100 from itsjamie/patch-1
Browse files Browse the repository at this point in the history
Fix #2061
  • Loading branch information
michaelcunningham19 committed Jan 28, 2019
2 parents 86b4e15 + 260a8a0 commit e7f9c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demux/demuxer-inline.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class DemuxerInline {
const observer = this.observer;
const typeSupported = this.typeSupported;
const config = this.config;
// probing order is TS/AAC/MP3/MP4
// probing order is TS/MP4/AAC/MP3
const muxConfig = [
{ demux: TSDemuxer, remux: MP4Remuxer },
{ demux: MP4Demuxer, remux: PassThroughRemuxer },
Expand Down

0 comments on commit e7f9c9e

Please sign in to comment.