From 6b1fb5a9406e6bb7e03976039c4f3691c19c1fca Mon Sep 17 00:00:00 2001 From: Marth64 Date: Wed, 3 Jan 2024 16:43:48 -0600 Subject: [PATCH] doc/codecs: add missing comma to introduction Signed-off-by: Marth64 --- doc/codecs.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/codecs.texi b/doc/codecs.texi index 98482ff8bf..6bdeb664e7 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -3,7 +3,7 @@ @c man begin CODEC OPTIONS libavcodec provides some generic global options, which can be set on -all the encoders and decoders. In addition each codec may support +all the encoders and decoders. In addition, each codec may support so-called private options, which are specific for a given codec. Sometimes, a global option may only affect a specific kind of codec,