[FFmpeg-cvslog] doc/ffmpeg: add missing comma

Marth64 git at videolan.org
Thu Jan 4 02:13:58 EET 2024


ffmpeg | branch: master | Marth64 <marth64 at proxyid.net> | Wed Jan  3 16:13:53 2024 -0600| [6a9b526eb18344df98fcea5a4c788365bbf3ddc2] | committer: Stefano Sabatini

doc/ffmpeg: add missing comma

Signed-off-by: Marth64 <marth64 at proxyid.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a9b526eb18344df98fcea5a4c788365bbf3ddc2
---

 doc/ffmpeg.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index ab17d1d687..7246a46d2f 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -118,7 +118,7 @@ Encoded packets are then passed to the decoder (unless streamcopy is selected
 for the stream, see further for a description). The decoder produces
 uncompressed frames (raw video/PCM audio/...) which can be processed further by
 filtering (see next section). After filtering, the frames are passed to the
-encoder, which encodes them and outputs encoded packets. Finally those are
+encoder, which encodes them and outputs encoded packets. Finally, those are
 passed to the muxer, which writes the encoded packets to the output file.
 
 @section Filtering



More information about the ffmpeg-cvslog mailing list