]> git.sesse.net Git - ffmpeg/commit
avfilter: Add new format for PSNR stats log
authorLucas Cooper <bobobo-at-google.com@ffmpeg.org>
Mon, 25 Jul 2016 18:54:37 +0000 (11:54 -0700)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 29 Jul 2016 18:49:53 +0000 (20:49 +0200)
commitbc9ce5f6bec01cea4c291e5a339d3c08d89700f0
treefec5a01ffcb4410dee9d367e8c4c8b2d4f28cd96
parent0219dc6c072586a14c641d108ef3e7da70fecae7
avfilter: Add new format for PSNR stats log

Add an AVOption stats_version with a new header for V2 stats, which
specifies the stats log version and lists the fields that will be
present in the log (to ease parsing).

The primary motivation is to facilitate the addition of optional fields
to the log without breaking backwards compatibility, while making the
logs easier to parse.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavfilter/vf_psnr.c