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
A bug was introduced where the video frame type counts chars got incorrect, it counts everything as I Frames from this commit on. Video frame size graph is also broken and Video frame type sizes.
The bug is not in the code generating the graphs as it's unchanged, probably some data in the BDROM object which is changed.
In this commit: 5f4bf68
A bug was introduced where the video frame type counts chars got incorrect, it counts everything as I Frames from this commit on. Video frame size graph is also broken and Video frame type sizes.
The bug is not in the code generating the graphs as it's unchanged, probably some data in the BDROM object which is changed.
This line is causing the issue
BDInfo/BDInfo/BDROM/TSCodecAVC.cs
Line 45 in 5f4bf68
Commenting it out seems to resolve it.
The text was updated successfully, but these errors were encountered: