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

[NALU] OperatingPointRecord editorial issue #98

Open
bradh opened this issue Mar 22, 2024 · 2 comments
Open

[NALU] OperatingPointRecord editorial issue #98

bradh opened this issue Mar 22, 2024 · 2 comments

Comments

@bradh
Copy link

bradh commented Mar 22, 2024

(Edit to fix typo)

In the syntax for OperatingPointRecord (ISO/IEC 14496-15:2022 Section 9.6.2.2), the loop for operating points is for (i=0; i<num_operating_points) .... I think that should be for (i=0; i<num_operating_points; i++) ...

(I do not have permission to add labels, so added it to the title - if adding a label, please edit that).

@leo-barnes
Copy link

Nit:

- for (i=0; i<num_operating_points, i++)
+ for (i=0; i<num_operating_points; i++)

@bradh
Copy link
Author

bradh commented Mar 22, 2024

Nit:

- for (i=0; i<num_operating_points, i++)
+ for (i=0; i<num_operating_points; i++)

Indeed. Updated the report.

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

2 participants