X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Flavfi.c;h=6f2ae958dcbf788b17f2f218f974fdd4dcde28c8;hb=d7239944499687b4329ac3484d0b00bd92617847;hp=5273717e6b2340e3c96f0092dfc20f61504b39f2;hpb=040a92c21f2a5fa1570521620acb600af0e058a6;p=ffmpeg diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c index 5273717e6b2..6f2ae958dcb 100644 --- a/libavdevice/lavfi.c +++ b/libavdevice/lavfi.c @@ -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()))