Skip to content
  • Martijn van Beurden's avatar
    Fix compression ratio display for very small files · ae288c06
    Martijn van Beurden authored and Erik de Castro Lopo's avatar Erik de Castro Lopo committed
    Because the compression ratio was calculated before processing
    the input of the last frame, it did not include the size of this
    last frame. This patch moves the calculation of the compression
    ratio after the new input has been processed. Now the compression
    ratio on very small files is correctly displayed.
    ae288c06