<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Does anybody have time to take a closer look at the source code and figure out what the Huffman algorithm does _exactly_?  Documentation of the binary file formats would also be appreciated -- currently, the only complete &quot;documentation&quot; is the implementation in the source code (very much like Google&#39;s WebM :)<br>
</blockquote><div>IMO, the suspect would be in cwb-huffcode.c, line 459ff, where they</div><div>ignore any code length of 0</div><div><div>    if (cl == 0)</div><div>      continue;</div></div><div>I haven&#39;t delved deep enough to see if that&#39;s really it and what you&#39;d lose if you remove it.</div>
<div>(And I don&#39;t have the time I&#39;d like to have to look at this).</div><div><br></div><div>Best,</div><div>Yannick</div></div>