ultravideo / uvg266

An open-source VVC encoder based on Kvazaar
BSD 3-Clause "New" or "Revised" License
217 stars 16 forks source link

Update flow control to print CTU stats to stats file when the stats-file-prefix is set #15

Closed randomze closed 8 months ago

randomze commented 8 months ago

Updated src/encoder_state_bitstream.c to actually populate the stats file when the correct command line prefix is set.

Fixes Issue #14 according to the provided solution suggestion.

Jovasa commented 8 months ago

Thanks!