diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-04-19 21:20:06 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-04-24 16:53:59 +0200 |
commit | 87b4453ec6df4de78a9ede6abccdfefe7cfeb66a (patch) | |
tree | bc066a30439b4aac397be634868acb084fc15562 /fftools/ffmpeg.h | |
parent | 2aad9765efa9affbe5e1184873e839d5ffacbcd9 (diff) | |
download | ffmpeg-87b4453ec6df4de78a9ede6abccdfefe7cfeb66a.tar.gz |
fftools/ffmpeg: stop printing PSNR information in status report
When an encoder exports sum-of-squared-differences information in
encoded packets, print_report() will print PSNR information in the
status line. However,
* the code computing PSNR assumes 8bit 420 video and prints incorrect
values otherwise; there are no issues on trac about this
* only a few encoders (namely aom, vpx, mpegvideo, snow) export this
information; other often-used encoders such as libx26[45] do not
export this, even though they could
This suggests that this feature is not useful and it is better to remove
it rather than spend effort on fixing it.
Diffstat (limited to 'fftools/ffmpeg.h')
0 files changed, 0 insertions, 0 deletions