Fix compile error in images.jpeg
parent
ae60761d42
commit
468d1d40c9
|
@ -121,7 +121,6 @@ TUPLE: jpeg-color-info
|
||||||
|
|
||||||
: decode-huff-table ( chunk -- )
|
: decode-huff-table ( chunk -- )
|
||||||
data>> [ binary <byte-reader> ] [ length ] bi limit-stream [
|
data>> [ binary <byte-reader> ] [ length ] bi limit-stream [
|
||||||
[
|
|
||||||
[ input-stream get stream>> [ count>> ] [ limit>> ] bi < ]
|
[ input-stream get stream>> [ count>> ] [ limit>> ] bi < ]
|
||||||
[
|
[
|
||||||
read4/4 swap 2 * +
|
read4/4 swap 2 * +
|
||||||
|
@ -130,7 +129,6 @@ TUPLE: jpeg-color-info
|
||||||
binary [ [ read [ B{ } ] unless* ] { } map-as ] with-byte-reader
|
binary [ [ read [ B{ } ] unless* ] { } map-as ] with-byte-reader
|
||||||
swap jpeg> huff-tables>> set-nth
|
swap jpeg> huff-tables>> set-nth
|
||||||
] while
|
] while
|
||||||
] with-input-stream*
|
|
||||||
] stream-throw-on-eof ;
|
] stream-throw-on-eof ;
|
||||||
|
|
||||||
: decode-scan ( chunk -- )
|
: decode-scan ( chunk -- )
|
||||||
|
|
Loading…
Reference in New Issue