]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/lavfi.c
Merge commit '18dc1ff0fb4572b1d50a44905aa1e76bc3bbb0ad'
[ffmpeg] / libavdevice / lavfi.c
index 5273717e6b2340e3c96f0092dfc20f61504b39f2..6f2ae958dcbf788b17f2f218f974fdd4dcde28c8 100644 (file)
@@ -166,7 +166,7 @@ av_cold static int lavfi_read_header(AVFormatContext *avctx)
     }
 
     if (!lavfi->graph_str)
-        lavfi->graph_str = av_strdup(avctx->filename);
+        lavfi->graph_str = av_strdup(avctx->url);
 
     /* parse the graph, create a stream for each open output */
     if (!(lavfi->graph = avfilter_graph_alloc()))