mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/mov: fix typo in help text
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
81d54531f7
commit
57db9f488f
@ -8028,7 +8028,7 @@ static const AVOption mov_options[] = {
|
||||
OFFSET(use_absolute_path), AV_OPT_TYPE_BOOL, {.i64 = 0},
|
||||
0, 1, FLAGS},
|
||||
{"seek_streams_individually",
|
||||
"Seek each stream individually to the to the closest point",
|
||||
"Seek each stream individually to the closest point",
|
||||
OFFSET(seek_individually), AV_OPT_TYPE_BOOL, { .i64 = 1 },
|
||||
0, 1, FLAGS},
|
||||
{"ignore_editlist", "Ignore the edit list atom.", OFFSET(ignore_editlist), AV_OPT_TYPE_BOOL, {.i64 = 0},
|
||||
|
Loading…
Reference in New Issue
Block a user