We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1682b5f commit d109295Copy full SHA for d109295
tests/arith.test
@@ -16,7 +16,7 @@ do
16
cp $f $out/arith-nl
17
;;
18
esac
19
- 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
20
do
21
if [ ! -e "$comp.$o" ]
22
then
tests/dat/arith/qvar.32
tests/dat/r4x16/qvar.32
tests/rans4x16.test
@@ -9,7 +9,7 @@ for f in `ls -1 $srcdir/dat/q* $srcdir/htscodecs-corpus/dat/q* 2>/dev/null`
9
10
comp=${f%/*/*}/dat/r4x16/${f##*/}
11
cut -f 1 < $f | tr -d '\012' > $out/r4x16-nl
12
- 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
13
14
15
0 commit comments