commit | 2301f3f05dd9742f42cda8f0f318864f5dc39ab3 | [log] [tgz] |
---|---|---|
author | Lasse Collin <lasse.collin@tukaani.org> | Tue Nov 25 12:32:05 2014 +0200 |
committer | Lasse Collin <lasse.collin@tukaani.org> | Tue Nov 25 12:32:05 2014 +0200 |
tree | 2064480f15ad902e3e835138a33dd97f4cfe2a1b | |
parent | 107a263d5bb63cd3593fd6a5c938706539f84523 [diff] |
liblzma: Verify the filter chain in threaded encoder initialization. This way an invalid filter chain is detected at the Stream encoder initialization instead of delaying it to the first call to lzma_code() which triggers the initialization of the actual filter encoder(s).