diff mbox

[FFmpeg-devel] avformat/mov: fix typo in help text

Message ID 20191115163359.3051-1-quinkblack@foxmail.com
State Accepted
Commit 57db9f488f73fa58512101f0d5399de79a60b984
Headers show

Commit Message

Zhao Zhili Nov. 15, 2019, 4:33 p.m. UTC
---
 libavformat/mov.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Niedermayer Nov. 16, 2019, 8:13 p.m. UTC | #1
On Sat, Nov 16, 2019 at 12:33:59AM +0800, Zhao Zhili wrote:
> ---
>  libavformat/mov.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

will apply

thx

[...]
diff mbox

Patch

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},