[FFmpeg-devel] [PATCH v6 1/3] avfilter/graphdump: support for the graph2dot function

Michael Niedermayer michael at niedermayer.cc
Mon May 25 01:13:37 EEST 2020


On Sun, May 24, 2020 at 09:04:49AM +0800, lance.lmwang at gmail.com wrote:
> From: Limin Wang <lance.lmwang at gmail.com>
> 
> reuse the function from tools/graph2dot.c and add support for filter graph with
> graphviz DOT format for avfilter directly. So tools/graph2dot.c is duplicated
> and can be removed.
> 
> In addition, make the options are pair-key format, now it support two key:
> fmt=DOT|dot
> filename=./outfile
> 
> Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
> ---
>  libavfilter/graphdump.c |  89 +++++++++++++++++++++
>  tools/graph2dot.c       | 204 ------------------------------------------------
>  2 files changed, 89 insertions(+), 204 deletions(-)
>  delete mode 100644 tools/graph2dot.c

breaks build

make -j32 testprogs alltools all examples
LD	tools/graph2dot
LD	tools/uncoded_frame
gcc: error: tools/graph2dot.o: No such file or directory
ffbuild/library.mak:102: recipe for target 'tools/graph2dot' failed
make: *** [tools/graph2dot] Error 1
make: *** Waiting for unfinished jobs....
LD	tools/aviocat


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Republics decline into democracies and democracies degenerate into
despotisms. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200525/e10a9793/attachment.sig>


More information about the ffmpeg-devel mailing list