Skip to content

Commit

Permalink
Makes bits_per_raw_sample more generic
Browse files Browse the repository at this point in the history
bits_per_raw_sample is also for Alpha plane and may be for new planes in the future.

Github: Closes #96
  • Loading branch information
JeromeMartinez authored and michaelni committed Jan 4, 2018
1 parent cfb65d4 commit fdc65b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ffv1.md
Expand Up @@ -1122,12 +1122,12 @@ If state_transition_delta is not present in the FFV1 bitstream, all Range coder
### bits_per_raw_sample
`bits_per_raw_sample` indicates the number of bits for each luma and chroma sample. Inferred to be 8 if not present.
`bits_per_raw_sample` indicates the number of bits for each sample. Inferred to be 8 if not present.
|value | bits for each luma and chroma sample |
|value | bits for each sample |
|-------|:------------------------------------------------|
| 0 | reserved\* |
| Other | the actual bits for each luma and chroma sample |
| Other | the actual bits for each sample |
\* Encoders MUST NOT store bits_per_raw_sample = 0
Decoders SHOULD accept and interpret bits_per_raw_sample = 0 as 8.
Expand Down

0 comments on commit fdc65b7

Please sign in to comment.