[FFmpeg-cvslog] tools/graphdot: unbreak syntax

Stefano Sabatini git at videolan.org
Fri Sep 14 11:32:14 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Sep 14 11:27:23 2012 +0200| [363307813e834314e85ac833dc17b4a8527c8559] | committer: Stefano Sabatini

tools/graphdot: unbreak syntax

Fix regression introduced in f054dbee6cc5195ba8f37823a494dab2d26e7cca.
+10.23l.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=363307813e834314e85ac833dc17b4a8527c8559
---

 tools/graph2dot.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/graph2dot.c b/tools/graph2dot.c
index 14f0e7a..c4a50a8 100644
--- a/tools/graph2dot.c
+++ b/tools/graph2dot.c
@@ -97,7 +97,7 @@ static void print_digraph(FILE *outfile, AVFilterGraph *graph)
                             link->sample_rate, buf,
                             link->time_base.num, link->time_base.den);
                 }
-                fprintf(outfile, "\n]");
+                fprintf(outfile, "\" ];\n");
             }
         }
     }



More information about the ffmpeg-cvslog mailing list