Commit f2850568 authored by Michael Niedermayer's avatar Michael Niedermayer

doc/examples/muxing: fix "-flags" option

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 81943a10
......@@ -581,7 +581,7 @@ int main(int argc, char **argv)
filename = argv[1];
if (argc > 3 && !strcmp(argv[2], "-flags")) {
av_dict_set(&opt, argv[2], argv[3], 0);
av_dict_set(&opt, argv[2]+1, argv[3], 0);
}
/* allocate the output media context */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment