]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bsf.c
avcodec/ac3dec: Check expacc
[ffmpeg] / libavcodec / bsf.c
index 2462e62ae17eda4c4e2518623921d24681ea95a6..dfb127e7eb3d8fe68700c5b83bfe8133c5490673 100644 (file)
@@ -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;
     }