]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_asf.c
avformat/mpegts: Remove unused argument from analyze()
[ffmpeg] / libavformat / rtpdec_asf.c
index 2b1ddf140d946f995903e11390ad4f6cfefb9b05..041085fb8d9ffd65758df33437c880c5ccfe72e2 100644 (file)
@@ -131,7 +131,7 @@ int ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p)
         rt->asf_ctx->pb      = &pb;
         av_dict_set(&opts, "no_resync_search", "1", 0);
 
-        if ((ret = ff_copy_whitelists(rt->asf_ctx, s)) < 0) {
+        if ((ret = ff_copy_whiteblacklists(rt->asf_ctx, s)) < 0) {
             av_dict_free(&opts);
             return ret;
         }