]> git.sesse.net Git - ffmpeg/blobdiff - tools/graph2dot.c
Merge commit 'eb447d515956b3ce182d9750083131735f00324c'
[ffmpeg] / tools / graph2dot.c
index 14f0e7a0241e4a89237486460a61ed7b9e53aa6d..c4a50a82781ebf0dbc957fac206910add9f94955 100644 (file)
@@ -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");
             }
         }
     }