[FFmpeg-devel] [PATCH] fftools/cmdutils: add an option to append to the report file

2022-02-01 Thread Dan Zwell
error checking nonfatal for future compatibility, because this feature is aimed at scripts and ffmpeg frontends. This implements: https://trac.ffmpeg.org/ticket/3059 Note: unknown keys are ignored, so adding a new "append" key does not break backward compatibility. Signed-off-by: Dan

[FFmpeg-devel] [PATCH] fftools/cmdutils: add an option to append to the report file

2022-02-01 Thread Dan Zwell
ments: https://trac.ffmpeg.org/ticket/3059 Note: unknown keys are ignored, so adding a new "append" key does not break backward compatibility. Signed-off-by: Dan Zwell --- doc/fftools-common-opts.texi | 3 +++ fftools/cmdutils.c | 8 +++- 2 files changed, 10 insertions