Skip to content

Commit d219869

Browse files
digitaltvguysvgeesus
authored andcommitted
updated full range flag description
1 parent ebecb72 commit d219869

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3639,8 +3639,8 @@ <h2><span class="chunk">cICP</span> Coding-independent code points for video sig
36393639
<pre>
36403640
<!-- 99 73 67 80 -->63 49 43 50
36413641
</pre>
3642-
<p>If present, the <span class="chunk">cICP</span> chunk specifies the colour space, transfer function, matrix
3643-
coefficients of the image using the code points specified in [[ITU-T-H.273]]. The video format signaling SHOULD be used
3642+
<p>If present, the <span class="chunk">cICP</span> chunk specifies the colour space(primaries), transfer function, matrix
3643+
coefficients and scaling factor of the image using the code points specified in [[ITU-T-H.273]]. The video format signaling SHOULD be used
36443644
when processing the image, including by a decoder or when rendering the image.</p>
36453645

36463646
<p>The cICP chunk consists of four 1-byte unsigned integers to identify the characteristics described above.</p>
@@ -3688,7 +3688,9 @@ <h2><span class="chunk">cICP</span> Coding-independent code points for video sig
36883688
and RGB representations, which is not used in this International Standard since PNG images are RGB images.
36893689
</aside>
36903690

3691-
<p>The <code>Video Full Range Flag</code> value MUST be either <code>0</code> or <code>1</code>.</p>
3691+
<p>The <code>Video Full Range Flag</code> value MUST be either <code>0</code> or <code>1</code>. A value of 1 specifies
3692+
that the content has a full range scaling. This is the default value for RGB images. A value of 0 specifies that the
3693+
content has a limited-range scaling factor</p>
36923694

36933695
<aside class="note">
36943696
If <code>Video Full Range Flag</code> value is <code>1</code>, then the image is a <a>full-range image</a>. Typically,

0 commit comments

Comments
 (0)