Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] doc/faq: replace non-breaking spaces (0xA0) with normal space
@ 2024-01-03 18:47 Marth64
  2024-01-03 22:11 ` Jean-Baptiste Kempf
  0 siblings, 1 reply; 5+ messages in thread
From: Marth64 @ 2024-01-03 18:47 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Marth64

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 39f28eef08..5998e0d000 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 Mo) and @code{analyzeduration} (default 5,000,000 µs = 5 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?
-- 
2.34.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/faq: replace non-breaking spaces (0xA0) with normal space
  2024-01-03 18:47 [FFmpeg-devel] [PATCH] doc/faq: replace non-breaking spaces (0xA0) with normal space Marth64
@ 2024-01-03 22:11 ` Jean-Baptiste Kempf
  2024-01-03 22:21   ` Marth64
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Baptiste Kempf @ 2024-01-03 22:11 UTC (permalink / raw)
  To: ffmpeg-devel

Why this change?

On Wed, 3 Jan 2024, at 19:47, Marth64 wrote:
> 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 39f28eef08..5998e0d000 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 Mo) and @code{analyzeduration} (default 5,000,000 µs = 5 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?
> -- 
> 2.34.1
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/faq: replace non-breaking spaces (0xA0) with normal space
  2024-01-03 22:11 ` Jean-Baptiste Kempf
@ 2024-01-03 22:21   ` Marth64
  2024-01-04  7:45     ` Jean-Baptiste Kempf
  0 siblings, 1 reply; 5+ messages in thread
From: Marth64 @ 2024-01-03 22:21 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Hi,
I felt that it was strange in all of documentation, this is the only
scenario where 0xA0 is used for a space character instead of the ordinary
space 0x20. It is invisible when viewing in email or many IDE but in my
editor I was able to see the exact hex character was not a ordinary space
character.

The string currently is actually as follows under a hex lens:
(default ~5<0xA0>Mo) and @code{analyzeduration} (default 5,000,000<0xA0>µs
= 5<0xA0>s). For

So I wanted to make it consistent, and not have weird space characters when
not necessary

On Wed, Jan 3, 2024 at 4:12 PM Jean-Baptiste Kempf <jb@videolan.org> wrote:

> Why this change?
>
> On Wed, 3 Jan 2024, at 19:47, Marth64 wrote:
> > 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 39f28eef08..5998e0d000 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 Mo) and @code{analyzeduration} (default 5,000,000 µs = 5
> 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?
> > --
> > 2.34.1
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
> --
> Jean-Baptiste Kempf -  President
> +33 672 704 734
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/faq: replace non-breaking spaces (0xA0) with normal space
  2024-01-03 22:21   ` Marth64
@ 2024-01-04  7:45     ` Jean-Baptiste Kempf
  2024-01-04 21:30       ` Marth64
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Baptiste Kempf @ 2024-01-04  7:45 UTC (permalink / raw)
  To: ffmpeg-devel



On Wed, 3 Jan 2024, at 23:21, Marth64 wrote:
> Hi,
> I felt that it was strange in all of documentation, this is the only
> scenario where 0xA0 is used for a space character instead of the ordinary
> space 0x20. It is invisible when viewing in email or many IDE but in my
> editor I was able to see the exact hex character was not a ordinary space
> character.
>
> The string currently is actually as follows under a hex lens:
> (default ~5<0xA0>Mo) and @code{analyzeduration} (default 5,000,000<0xA0>µs
> = 5<0xA0>s). 

IMHO, this was correct and should be used everywhere to avoid splitting a number from its unit in various part of the documentation.

— 
Jean-Baptiste Kempf -  President
+33 672 704 734
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/faq: replace non-breaking spaces (0xA0) with normal space
  2024-01-04  7:45     ` Jean-Baptiste Kempf
@ 2024-01-04 21:30       ` Marth64
  0 siblings, 0 replies; 5+ messages in thread
From: Marth64 @ 2024-01-04 21:30 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

I understand now and that makes sense. If no objections, I am happy to make
a patch to revert!


On Thu, Jan 4, 2024 at 1:46 AM Jean-Baptiste Kempf <jb@videolan.org> wrote:

>
>
> On Wed, 3 Jan 2024, at 23:21, Marth64 wrote:
> > Hi,
> > I felt that it was strange in all of documentation, this is the only
> > scenario where 0xA0 is used for a space character instead of the ordinary
> > space 0x20. It is invisible when viewing in email or many IDE but in my
> > editor I was able to see the exact hex character was not a ordinary space
> > character.
> >
> > The string currently is actually as follows under a hex lens:
> > (default ~5<0xA0>Mo) and @code{analyzeduration} (default
> 5,000,000<0xA0>µs
> > = 5<0xA0>s).
>
> IMHO, this was correct and should be used everywhere to avoid splitting a
> number from its unit in various part of the documentation.
>
> —
> Jean-Baptiste Kempf -  President
> +33 672 704 734
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-04 21:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-03 18:47 [FFmpeg-devel] [PATCH] doc/faq: replace non-breaking spaces (0xA0) with normal space Marth64
2024-01-03 22:11 ` Jean-Baptiste Kempf
2024-01-03 22:21   ` Marth64
2024-01-04  7:45     ` Jean-Baptiste Kempf
2024-01-04 21:30       ` Marth64

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git