]> git.ipfire.org Git - thirdparty/zstd.git/commit
[minor improvement] Pass 0 as the content size in the DDS
authorNick Terrell <terrelln@fb.com>
Mon, 5 Oct 2020 22:38:10 +0000 (15:38 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 12 Oct 2020 19:47:21 +0000 (12:47 -0700)
commitfadaab8c7c00f6b1589c207e1623ffee7a21e9e7
treecac83d32f3d2e3c7dc0b53ca09e32a051f6b2585
parent48ef15fb47395dcb57900cd7c247f2dd5af2d5cd
[minor improvement] Pass 0 as the content size in the DDS

The DDS structure can't be copied into the working tables like the DMS.
So it doesn't need to account for the source size when sizing its
parameters, just the dictionary size.
lib/compress/zstd_compress.c