mpegts.js
mpegts.js copied to clipboard
Allow hevc config version to be 0 or 1
If you are handling version 0, you'd better limit the configurationVersion to be 0 or 1, rather than not checking
Like this https://chromium.googlesource.com/chromium/src/media/+/master/formats/mp4/hevc.cc#167
Merged, thanks!