mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
Merge commit 'e1f0c41e1aa37a9c166c43abf1b526c796ed7649' into release/1.1
* commit 'e1f0c41e1aa37a9c166c43abf1b526c796ed7649': avconv: fix parsing the AVOptions for -target Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -1940,6 +1940,10 @@ static int opt_target(void *optctx, const char *opt, const char *arg)
|
|||||||
av_log(NULL, AV_LOG_ERROR, "Unknown target: %s\n", arg);
|
av_log(NULL, AV_LOG_ERROR, "Unknown target: %s\n", arg);
|
||||||
return AVERROR(EINVAL);
|
return AVERROR(EINVAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
av_dict_copy(&o->g->codec_opts, codec_opts, 0);
|
||||||
|
av_dict_copy(&o->g->format_opts, format_opts, 0);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user