Skip to content

Commit 0706f7d

Browse files
YCbCr word is there for historical reasons
FFV1 can (and does) compress any YcbCr-style color space.
1 parent 496733a commit 0706f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffv1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
3737

3838
`RGB`: A reference to the method of storing the value of a Pixel by using three numeric values that represent Red, Green, and Blue.
3939

40-
`YCbCr`: A reference to the method of storing the value of a Pixel by using three numeric values that represent the luma of the Pixel (Y) and the chrominance of the Pixel (Cb and Cr).
40+
`YCbCr`: A reference to the method of storing the value of a Pixel by using three numeric values that represent the luma of the Pixel (Y) and the chrominance of the Pixel (Cb and Cr). YCbCr word is used for historical reasons and currently references any color space relying on 1 luma and 2 chrominances e.g. YCbCr, YCgCo or ICtCp. Exact meaning of the three numeric values is provided by the container.
4141

4242
`TBA`: To Be Announced. Used in reference to the development of future iterations of the FFV1 specification.
4343
-------- --------------------------------------------------------------

0 commit comments

Comments
 (0)