Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes issue where line#82 of mp4-remuxer.js was calling remuxVideo wi…
…th the incorrect number of parameters. Also moved the next condition statement inside of the same block because it was unnecessary to have the variable and statement outside of the same block. Added quick check for (inputSamples.length == 0) for remuxVideo just like what remuxAudio has. Successfully compiled and tested with the default playlist.
- Loading branch information