mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
webp-lossless-bitstream-spec: condense normal-prefix-code
Have this match simple-prefix-code and redirect to "Normal Code Length Code" as the added indirection to 'code-length-code' and the undefined 'encoded-code-lengths' doesn't add much. spotted by thakis@ Change-Id: Icd6b64a47c4e0001e93271d9ae5585be4a6d5906
This commit is contained in:
parent
a6a09b3296
commit
4c3d7018c0
@ -1120,8 +1120,7 @@ prefix-code-group =
|
||||
|
||||
prefix-code = simple-prefix-code / normal-prefix-code
|
||||
simple-prefix-code = ; see "Simple Code Length Code" for details
|
||||
normal-prefix-code = code-length-code encoded-code-lengths
|
||||
code-length-code = ; see section "Normal Code Length Code"
|
||||
normal-prefix-code = ; see "Normal Code Length Code" for details
|
||||
|
||||
lz77-coded-image =
|
||||
*((argb-pixel / lz77-copy / color-cache-code) lz77-coded-image)
|
||||
|
Loading…
Reference in New Issue
Block a user