Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Jul 16, 2015
1 parent c584285 commit 43fadd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demux/tsdemuxer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

// feed incoming data to the front of the parsing pipeline
push(data,audioCodec, videoCodec,timeOffset,cc,level,duration) {
var avcData,aacData,start,len = data.length,stt,pid,atf,offset
var avcData,aacData,start,len = data.length,stt,pid,atf,offset;
this.audioCodec = audioCodec;
this.videoCodec = videoCodec;
this.timeOffset = timeOffset;
Expand Down

0 comments on commit 43fadd7

Please sign in to comment.