diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-03-30 14:44:33 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-03-31 18:22:08 -0400 |
commit | 876fe11e32bf290c6df02864393115b1e6c6d13c (patch) | |
tree | ba32dee3680b5bf316206fc0c1b93846b0df0614 | |
parent | e54a15b681dcf3348546cdef28c3c4bc06d8f8b0 (diff) | |
download | ffmpeg-876fe11e32bf290c6df02864393115b1e6c6d13c.tar.gz |
doc: Small grammar fix in -f description
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index d3bf40543b..5132227b26 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -222,7 +222,7 @@ described. @item -f @var{fmt} (@emph{input/output}) Force input or output file format. The format is normally auto detected for input -files and guessed from file extension for output files, so this option is not +files and guessed from the file extension for output files, so this option is not needed in most cases. @item -i @var{filename} (@emph{input}) |