You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working from h265 bitstreams which bares some similarities to your work here. I don't think your'e correct in the compatibility value being between 0..32.
compatibility flags are a 32-bit hexadecimal value, where each bit indicates some level of profile compatibility. Each bit set indicates some specific profile that the stream has compatibility with. Can be a value between 0 and FFFFFFFF. I'm referencing your below comment in the code.
I'm working from h265 bitstreams which bares some similarities to your work here. I don't think your'e correct in the compatibility value being between 0..32.
compatibility flags are a 32-bit hexadecimal value, where each bit indicates some level of profile compatibility. Each bit set indicates some specific profile that the stream has compatibility with. Can be a value between 0 and FFFFFFFF. I'm referencing your below comment in the code.
media-codecs/src/hevc.js
Line 32 in eb06e09
The text was updated successfully, but these errors were encountered: