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

Various bitstream fields not marked in bold #117

Open
haasn opened this issue Mar 8, 2024 · 0 comments · May be fixed by #118
Open

Various bitstream fields not marked in bold #117

haasn opened this issue Mar 8, 2024 · 0 comments · May be fixed by #118

Comments

@haasn
Copy link
Collaborator

haasn commented Mar 8, 2024

The spec contains a number of fields with a field width (i.e. f(N)), but which are not marked as bold. These are, as follows:

  • subsampling_x: f(1)
  • subsampling_y: f(1)
  • color_primaries: f(8)
  • transfer_characteristics: f(8)
  • matrix_coefficients: f(8)
  • video_full_range_flag: f(1)
  • point_y_scaling_bits_minus5: f(2)
  • bits_per_ar_coeff_y_minus5 : f(2)
  • bits_per_ar_coeff_cb_minus5: f(2)
  • bits_per_ar_coeff_cr_minus5: f(2)

This is presumably an oversight in the spec, as the presence of a field width (and no other declaration) strongly suggests that they are intended as bitstream elements.

haasn added a commit to haasn/afgs1-spec that referenced this issue Mar 8, 2024
@haasn haasn linked a pull request Mar 8, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant