]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mux.c
hevc: C code update for new motion compensation
[ffmpeg] / libavformat / mux.c
index 7b4f7c77d355a212aa891773a2955aa591a17d41..cbe17f5d787126822f977e6178f9e648d80a6e4a 100644 (file)
@@ -232,7 +232,7 @@ static int init_muxer(AVFormatContext *s, AVDictionary **options)
     if ((ret = av_opt_set_dict(s, &tmp)) < 0)
         goto fail;
     if (s->priv_data && s->oformat->priv_class && *(const AVClass**)s->priv_data==s->oformat->priv_class &&
-        (ret = av_opt_set_dict(s->priv_data, &tmp)) < 0)
+        (ret = av_opt_set_dict2(s->priv_data, &tmp, AV_OPT_SEARCH_CHILDREN)) < 0)
         goto fail;
 
     // some sanity checks