Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions htscodecs/arith_dynamic.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ unsigned char *arith_compress_to(unsigned char *in, unsigned int in_size,
}
memcpy(out+c_meta_len, in, in_size);
*out_size = in_size+c_meta_len;
return out;
}

if (order & X_STRIPE) {
Expand Down
2 changes: 1 addition & 1 deletion tests/arith.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ do
cp $f $out/arith-nl
;;
esac
for o in 0 1 64 65 128 129 192 193 8 9 4
for o in 0 1 32 64 65 128 129 192 193 8 9 4
do
if [ ! -e "$comp.$o" ]
then
Expand Down
1 change: 1 addition & 0 deletions tests/dat/arith/qvar.32

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/dat/r4x16/qvar.32

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/rans4x16.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for f in `ls -1 $srcdir/dat/q* $srcdir/htscodecs-corpus/dat/q* 2>/dev/null`
do
comp=${f%/*/*}/dat/r4x16/${f##*/}
cut -f 1 < $f | tr -d '\012' > $out/r4x16-nl
for o in 0 1 64 65 128 129 192 193 68 69 132 133 196 197 8 9
for o in 0 1 32 64 65 128 129 192 193 68 69 132 133 196 197 8 9
do
if [ ! -e "$comp.$o" ]
then
Expand Down