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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-07-27 19:58:47 +02:00
parent 81943a10b5
commit f285056810

View File

@ -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 */