[FFmpeg-devel] [PATCH v6 1/3] avfilter/graphdump: support for the graph2dot function
lance.lmwang at gmail.com
lance.lmwang at gmail.com
Mon May 25 02:11:35 EEST 2020
On Mon, May 25, 2020 at 12:13:37AM +0200, Michael Niedermayer wrote:
> 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
Sorry, I'll fix it.
>
>
> [...]
> --
> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> Republics decline into democracies and democracies degenerate into
> despotisms. -- Aristotle
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
--
Thanks,
Limin Wang
More information about the ffmpeg-devel
mailing list