X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.c;h=084c441fa46dc945b29a8286e9cdf60a538932a7;hb=2dd2abe391ccf1b9140c6eea95767b5a8c503ddd;hp=b323e910151f6ea737d7bdaab24c161b622481e1;hpb=4105443872be75a8d1141facc43b54641304c722;p=ffmpeg diff --git a/cmdutils.c b/cmdutils.c index b323e910151..084c441fa46 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -810,7 +810,7 @@ AVDictionary *filter_codec_opts(AVDictionary *opts, enum CodecID codec_id, int e return ret; } -AVDictionary **setup_find_stream_info_opts(AVFormatContext *s) +AVDictionary **setup_find_stream_info_opts(AVFormatContext *s, AVDictionary *codec_opts) { int i; AVDictionary **opts;