Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect information about frames in graph #34

Open
Rudde opened this issue Dec 22, 2022 · 2 comments
Open

Incorrect information about frames in graph #34

Rudde opened this issue Dec 22, 2022 · 2 comments

Comments

@Rudde
Copy link

Rudde commented Dec 22, 2022

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.

frame-type-count

This line is causing the issue

if (stream.IsInitialized) return;

Commenting it out seems to resolve it.

@Hellboy00000
Copy link

I can confirm that commenting this work. Thanks.

UniqProject added a commit that referenced this issue Jan 21, 2023
@UniqProject
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants