]> git.sesse.net Git - ffmpeg/blobdiff - tools/graph2dot.c
avcodec: Constify all the AVCodecParsers
[ffmpeg] / tools / graph2dot.c
index 21d0795e8818478c59609518afd350c99f8e1fa8..d5c1e4e3c792081e1546bfdacf0a52d3e28743c2 100644 (file)
@@ -189,8 +189,6 @@ int main(int argc, char **argv)
         *p = '\0';
     }
 
-    avfilter_register_all();
-
     if (avfilter_graph_parse(graph, graph_string, NULL, NULL, NULL) < 0) {
         fprintf(stderr, "Failed to parse the graph description\n");
         return 1;