mpegts.js icon indicating copy to clipboard operation
mpegts.js copied to clipboard

Allow hevc config version to be 0 or 1

Open dexbol opened this issue 2 years ago • 1 comments

dexbol avatar Dec 23 '23 05:12 dexbol

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

xqq avatar Dec 23 '23 12:12 xqq

Merged, thanks!

xqq avatar Mar 28 '24 01:03 xqq