diff mbox

[FFmpeg-devel,2/2] Document the fact that -to option is now also for input

Message ID 20171104070205.24898-2-vi0oss@gmail.com
State New
Headers show

Commit Message

vi0oss@gmail.com Nov. 4, 2017, 7:02 a.m. UTC
From: Vitaly _Vi Shukela <vi0oss@gmail.com>

Signed-off-by: Vitaly _Vi Shukela <vi0oss@gmail.com>
---
 doc/ffmpeg.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Moritz Barsnick Nov. 5, 2017, 7:19 p.m. UTC | #1
On Sat, Nov 04, 2017 at 10:02:05 +0300, vi0oss@gmail.com wrote:
> From: Vitaly _Vi Shukela <vi0oss@gmail.com>
> 
> Signed-off-by: Vitaly _Vi Shukela <vi0oss@gmail.com>
> ---
>  doc/ffmpeg.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

You can add the documentation in the same commit as you add the
feature.

>  @item -to @var{position} (@emph{output})
> -Stop writing the output at @var{position}.
> +Stop writing the output or reading the input at @var{position}.

The first quoted line also needs to become "@emph{input/output}",
obviously.

Moritz
diff mbox

Patch

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 7db80ebf6a..3df171fe63 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -290,7 +290,7 @@  see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1)
 -to and -t are mutually exclusive and -t has priority.
 
 @item -to @var{position} (@emph{output})
-Stop writing the output at @var{position}.
+Stop writing the output or reading the input at @var{position}.
 @var{position} must be a time duration specification,
 see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}.