Re: [FFmpeg-devel] [PATCH 1/5] lavfi/graphdump: add plain listing output

2022-03-03 Thread Andreas Rheinhardt
Nicolas George: > Signed-off-by: Nicolas George > --- > libavfilter/avfilter.h | 5 ++- > libavfilter/graphdump.c | 79 +++-- > 2 files changed, 80 insertions(+), 4 deletions(-) > > > Unchanged since last summer. > The last patch is what this is needed for.

[FFmpeg-devel] [PATCH 1/5] lavfi/graphdump: add plain listing output

2022-03-02 Thread Nicolas George
Signed-off-by: Nicolas George --- libavfilter/avfilter.h | 5 ++- libavfilter/graphdump.c | 79 +++-- 2 files changed, 80 insertions(+), 4 deletions(-) Unchanged since last summer. The last patch is what this is needed for. diff --git a/libavfilter/avfilt