diff mbox series

[FFmpeg-devel,v2] doc/faq: Use texi's @tie instead of 0xA0 for non-breaking space

Message ID 20240107152923.1610565-1-marth64@proxyid.net
State Accepted
Commit 468e0a0d8b64dd342faf75b469ec7c7b77f2131d
Headers show
Series [FFmpeg-devel,v2] doc/faq: Use texi's @tie instead of 0xA0 for non-breaking space | 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. 7, 2024, 3:29 p.m. UTC
Nice find! Updated. Looks good here when rendered to HTML.

Signed-off-by: Marth64 <marth64@proxyid.net>
---
 doc/faq.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Sabatini Jan. 8, 2024, 7:46 p.m. UTC | #1
On date Sunday 2024-01-07 09:29:24 -0600, Marth64 wrote:
> Nice find! Updated. Looks good here when rendered to HTML.
> 
> Signed-off-by: Marth64 <marth64@proxyid.net>
> ---
>  doc/faq.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/faq.texi b/doc/faq.texi
> index 5998e0d000..477cc60533 100644
> --- a/doc/faq.texi
> +++ b/doc/faq.texi
> @@ -450,7 +450,7 @@ work with streams that were detected during the initial scan; streams that
>  are detected later are ignored.
>  
>  The size of the initial scan is controlled by two options: @code{probesize}
> -(default ~5 Mo) and @code{analyzeduration} (default 5,000,000 µs = 5 s). For
> +(default ~5@tie{}Mo) and @code{analyzeduration} (default 5,000,000@tie{}µs = 5@tie{}s). For
>  the subtitle stream to be detected, both values must be large enough.
>  
>  @section Why was the @command{ffmpeg} @option{-sameq} option removed? What to use instead?

LGTM, will apply soon if I see no comments.
Stefano Sabatini Jan. 10, 2024, 7:01 p.m. UTC | #2
On date Monday 2024-01-08 20:46:51 +0100, Stefano Sabatini wrote:
> On date Sunday 2024-01-07 09:29:24 -0600, Marth64 wrote:
> > Nice find! Updated. Looks good here when rendered to HTML.
> > 
> > Signed-off-by: Marth64 <marth64@proxyid.net>
> > ---
> >  doc/faq.texi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/doc/faq.texi b/doc/faq.texi
> > index 5998e0d000..477cc60533 100644
> > --- a/doc/faq.texi
> > +++ b/doc/faq.texi
> > @@ -450,7 +450,7 @@ work with streams that were detected during the initial scan; streams that
> >  are detected later are ignored.
> >  
> >  The size of the initial scan is controlled by two options: @code{probesize}
> > -(default ~5 Mo) and @code{analyzeduration} (default 5,000,000 µs = 5 s). For
> > +(default ~5@tie{}Mo) and @code{analyzeduration} (default 5,000,000@tie{}µs = 5@tie{}s). For
> >  the subtitle stream to be detected, both values must be large enough.
> >  
> >  @section Why was the @command{ffmpeg} @option{-sameq} option removed? What to use instead?
> 
> LGTM, will apply soon if I see no comments.

Applied.
diff mbox series

Patch

diff --git a/doc/faq.texi b/doc/faq.texi
index 5998e0d000..477cc60533 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -450,7 +450,7 @@  work with streams that were detected during the initial scan; streams that
 are detected later are ignored.
 
 The size of the initial scan is controlled by two options: @code{probesize}
-(default ~5 Mo) and @code{analyzeduration} (default 5,000,000 µs = 5 s). For
+(default ~5@tie{}Mo) and @code{analyzeduration} (default 5,000,000@tie{}µs = 5@tie{}s). For
 the subtitle stream to be detected, both values must be large enough.
 
 @section Why was the @command{ffmpeg} @option{-sameq} option removed? What to use instead?