Message ID | 20240103224347.1201882-1-marth64@proxyid.net |
---|---|
State | Accepted |
Commit | 6b1fb5a9406e6bb7e03976039c4f3691c19c1fca |
Headers | show |
Series | [FFmpeg-devel] doc/codecs: add missing comma to introduction | expand |
Context | Check | Description |
---|---|---|
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
diff --git a/doc/codecs.texi b/doc/codecs.texi index 5b950b4560..6c6f16a2c8 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,
Signed-off-by: Marth64 <marth64@proxyid.net> --- doc/codecs.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)