mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
doc/examples/muxing: fix "-flags" option
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
81943a10b5
commit
f285056810
@ -581,7 +581,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
filename = argv[1];
|
filename = argv[1];
|
||||||
if (argc > 3 && !strcmp(argv[2], "-flags")) {
|
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 */
|
/* allocate the output media context */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user