UniqProject / BDInfo

BDInfo from http://www.cinemasquid.com/blu-ray/tools/bdinfo
GNU Lesser General Public License v2.1
233 stars 58 forks source link

Incorrect information about frames in graph #34

Open Rudde opened 1 year ago

Rudde commented 1 year ago

In this commit: https://github.com/UniqProject/BDInfo/commit/5f4bf68a73d95c83377bcab6031da3c1617e0781

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.

frame-type-count

This line is causing the issue https://github.com/UniqProject/BDInfo/blob/5f4bf68a73d95c83377bcab6031da3c1617e0781/BDInfo/BDROM/TSCodecAVC.cs#L45

Commenting it out seems to resolve it.

Hellboy00000 commented 1 year ago

I can confirm that commenting this work. Thanks.

UniqProject commented 1 year ago

Problem fixed in the latest beta release v0.7.6.0b.