Chromium Code Reviews| Index: src/liblzma/lzma/lzma_encoder.c |
| =================================================================== |
| --- src/liblzma/lzma/lzma_encoder.c (revision 50504) |
| +++ src/liblzma/lzma/lzma_encoder.c (working copy) |
| @@ -334,7 +334,7 @@ |
| // With LZMA2 we need to take care that compressed size of |
| // a chunk doesn't get too big. |
| - // TODO |
| + // FIXME? Check if this could be improved. |
| if (limit != UINT32_MAX |
| && (mf->read_pos - mf->read_ahead >= limit |
| || *out_pos + rc_pending(&coder->rc) |