summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorZhao Zhili <quinkblack@foxmail.com>2019-11-16 00:33:59 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2019-11-16 20:57:45 +0100
commit57db9f488f73fa58512101f0d5399de79a60b984 (patch)
tree46b060fd1791fbbf8283fac2f1d0a349969bb58d /libavformat
parent81d54531f788a1da65b124694c5ef389352289fc (diff)
avformat/mov: fix typo in help text
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index d5c67fbc68..7553a7fdfc 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -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},