Chen-tao / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

row tiling is broken #586

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
any commandline with --tile-rows=1 (or any number larger than 0) aborts in 
bitstream writing. We seem to be storing multiple row tiles in the same 
tok_count[] entry in encodeframe.c. I've tried the obvious way of fixing that, 
but that gives a decoder error.

Original issue reported on code.google.com by rsbul...@gmail.com on 12 Jun 2013 at 5:10

GoogleCodeExporter commented 8 years ago
https://gerrit.chromium.org/gerrit/#/c/58368/ is a fix.

Original comment by rsbul...@gmail.com on 12 Jun 2013 at 5:39

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by rbul...@google.com on 12 Jun 2013 at 7:42