X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec_asf.c;h=041085fb8d9ffd65758df33437c880c5ccfe72e2;hb=38a6242b271fad4917a1c6201ff61e10160c965b;hp=2b1ddf140d946f995903e11390ad4f6cfefb9b05;hpb=9c75148e6ebc88a0501e3d0242defb6dbdc3c23d;p=ffmpeg diff --git a/libavformat/rtpdec_asf.c b/libavformat/rtpdec_asf.c index 2b1ddf140d9..041085fb8d9 100644 --- a/libavformat/rtpdec_asf.c +++ b/libavformat/rtpdec_asf.c @@ -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; }