Skip to content

Commit

Permalink
Clarify handling of dupes. Reorder fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
markafoltz committed Nov 7, 2022
1 parent c5468d6 commit b29aea9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ following additional fields:

The `transfer-function` field must be a valid
[[MEDIA-CAPABILITIES#transferfunction|TransferFunction]]
and the `hdr-metadata` must be a valid
and the `hdr-metadata` field must be a valid
[[MEDIA-CAPABILITIES#hdrmetadatatype|HdrMetadataType]], both defined in the
[[!MEDIA-CAPABILITIES|Media Capabilities]] API.

Expand All @@ -1774,6 +1774,7 @@ following additional fields:
without any associated metadata. (This is the case, for example, with the
"hlg" `transfer-function`.)

The media receiver should ignore duplicate entries in `hdr-formats.`
If no `hdr-formats` are listed, then the media reciever cannot decode any
HDR formats.

Expand Down
8 changes: 4 additions & 4 deletions messages_appendix.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -566,10 +566,10 @@ receive-video-capability = {
? 4: uint ; min-bit-rate
? 5: ratio ; aspect-ratio
? 6: [* string] ; color-gamuts
? 7: [* video-hdr-format] ; hdr-formats
? 8: [* video-resolution] ; native-resolutions
? 9: bool ; supports-scaling
? 10: bool ; supports-rotation
? 7: [* video-resolution] ; native-resolutions
? 8: bool ; supports-scaling
? 9: bool ; supports-rotation
? 10: [* video-hdr-format] ; hdr-formats
}

receive-data-capability = {
Expand Down

0 comments on commit b29aea9

Please sign in to comment.