diff options
author | Marth64 <marth64@proxyid.net> | 2024-01-06 16:24:54 -0600 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-01-07 15:42:40 +0100 |
commit | b98d87376bbf92b101be491328fac7ec7b1a5262 (patch) | |
tree | f2155c8c0fbe23326f9a3ed15f2682fc576cbf78 | |
parent | c03c675d89a917bc530c34fde0c036b341858e13 (diff) | |
download | ffmpeg-b98d87376bbf92b101be491328fac7ec7b1a5262.tar.gz |
doc/encoders/opus: fix typo
Signed-off-by: Marth64 <marth64@proxyid.net>
-rw-r--r-- | doc/encoders.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index f65389f2a0..c9fe6d6143 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -615,7 +615,7 @@ and slightly improves compression. Opus encoder. -This is a native FFmpeg encoder for the Opus format. Currently its in development and +This is a native FFmpeg encoder for the Opus format. Currently, it's in development and only implements the CELT part of the codec. Its quality is usually worse and at best is equal to the libopus encoder. |