X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fbsf.c;h=dfb127e7eb3d8fe68700c5b83bfe8133c5490673;hb=cee1f4c06986941bd31cc19f4333d436394aa6f9;hp=2462e62ae17eda4c4e2518623921d24681ea95a6;hpb=57503fab4f18ff5550ad774cb96c434fea5e59ed;p=ffmpeg diff --git a/libavcodec/bsf.c b/libavcodec/bsf.c index 2462e62ae17..dfb127e7eb3 100644 --- a/libavcodec/bsf.c +++ b/libavcodec/bsf.c @@ -432,7 +432,7 @@ int av_bsf_list_append2(AVBSFList *lst, const char *bsf_name, AVDictionary ** op return ret; if (options) { - ret = av_opt_set_dict(bsf, options); + ret = av_opt_set_dict2(bsf, options, AV_OPT_SEARCH_CHILDREN); if (ret < 0) goto end; }