]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/libndi_newtek_dec.c
avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL
[ffmpeg] / libavdevice / libndi_newtek_dec.c
index 2f14f4b03fd77e1fca34eae6878f32b727ede725..4fb719770e57c8cbc0dcdf29e563d85974c93e41 100644 (file)
@@ -149,7 +149,7 @@ static int ndi_read_header(AVFormatContext *avctx)
     }
 
     /* Find available sources. */
-    ret = ndi_find_sources(avctx, avctx->filename, &recv_create_desc.source_to_connect_to);
+    ret = ndi_find_sources(avctx, avctx->url, &recv_create_desc.source_to_connect_to);
     if (ctx->find_sources) {
         return AVERROR_EXIT;
     }