summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarth64 <[email protected]>2024-01-03 16:13:53 -0600
committerStefano Sabatini <[email protected]>2024-01-04 01:08:51 +0100
commit6a9b526eb18344df98fcea5a4c788365bbf3ddc2 (patch)
treeefb935164210a98f6bf72cf9456def403847fea6
parentde9fe17a1fcd64f70859b6fcb16d99878930ec38 (diff)
doc/ffmpeg: add missing comma
Signed-off-by: Marth64 <[email protected]>
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 1 insertions, 1 deletions
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