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: fix scaling question typo
@ 2024-01-03 18:45 Marth64
  2024-01-04  0:15 ` Stefano Sabatini
  0 siblings, 1 reply; 3+ messages in thread
From: Marth64 @ 2024-01-03 18:45 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 8b165eb436..39f28eef08 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -467,7 +467,7 @@ point acceptable for your tastes. The most common options to do that are
 @option{-qscale} and @option{-qmax}, but you should peruse the documentation
 of the encoder you chose.
 
-@section I have a stretched video, why does scaling does not fix it?
+@section I have a stretched video, why does scaling not fix it?
 
 A lot of video codecs and formats can store the @emph{aspect ratio} of the
 video: this is the ratio between the width and the height of either the full
-- 
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] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/faq: fix scaling question typo
  2024-01-03 18:45 [FFmpeg-devel] [PATCH] doc/faq: fix scaling question typo Marth64
@ 2024-01-04  0:15 ` Stefano Sabatini
  2024-01-04  0:15   ` Marth64
  0 siblings, 1 reply; 3+ messages in thread
From: Stefano Sabatini @ 2024-01-04  0:15 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: Marth64

On date Wednesday 2024-01-03 12:45:51 -0600, 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 8b165eb436..39f28eef08 100644
> --- a/doc/faq.texi
> +++ b/doc/faq.texi
> @@ -467,7 +467,7 @@ point acceptable for your tastes. The most common options to do that are
>  @option{-qscale} and @option{-qmax}, but you should peruse the documentation
>  of the encoder you chose.
>  
> -@section I have a stretched video, why does scaling does not fix it?
> +@section I have a stretched video, why does scaling not fix it?
>  
>  A lot of video codecs and formats can store the @emph{aspect ratio} of the
>  video: this is the ratio between the width and the height of either the full

I applied this one and all your following patches. Thanks! 
_______________________________________________
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] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/faq: fix scaling question typo
  2024-01-04  0:15 ` Stefano Sabatini
@ 2024-01-04  0:15   ` Marth64
  0 siblings, 0 replies; 3+ messages in thread
From: Marth64 @ 2024-01-04  0:15 UTC (permalink / raw)
  To: FFmpeg development discussions and patches, Marth64

Thank you!

On Wed, Jan 3, 2024 at 6:15 PM Stefano Sabatini <stefasab@gmail.com> wrote:

> On date Wednesday 2024-01-03 12:45:51 -0600, 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 8b165eb436..39f28eef08 100644
> > --- a/doc/faq.texi
> > +++ b/doc/faq.texi
> > @@ -467,7 +467,7 @@ point acceptable for your tastes. The most common
> options to do that are
> >  @option{-qscale} and @option{-qmax}, but you should peruse the
> documentation
> >  of the encoder you chose.
> >
> > -@section I have a stretched video, why does scaling does not fix it?
> > +@section I have a stretched video, why does scaling not fix it?
> >
> >  A lot of video codecs and formats can store the @emph{aspect ratio} of
> the
> >  video: this is the ratio between the width and the height of either the
> full
>
> I applied this one and all your following patches. Thanks!
>
_______________________________________________
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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-03 18:45 [FFmpeg-devel] [PATCH] doc/faq: fix scaling question typo Marth64
2024-01-04  0:15 ` Stefano Sabatini
2024-01-04  0:15   ` 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