diff mbox series

[FFmpeg-devel] doc/encoders: fix opus typo

Message ID 20240106222454.1573965-1-marth64@proxyid.net
State Accepted
Commit b98d87376bbf92b101be491328fac7ec7b1a5262
Headers show
Series [FFmpeg-devel] doc/encoders: fix opus typo | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Marth64 Jan. 6, 2024, 10:24 p.m. UTC
Signed-off-by: Marth64 <marth64@proxyid.net>
---
 doc/encoders.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Sabatini Jan. 7, 2024, 2:40 p.m. UTC | #1
On date Saturday 2024-01-06 16:24:54 -0600, Marth64 wrote:
> Signed-off-by: Marth64 <marth64@proxyid.net>
> ---
>  doc/encoders.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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.

Thanks, will apply.
diff mbox series

Patch

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.