Message ID | 20240103184550.1199265-1-marth64@proxyid.net |
---|---|
State | Accepted |
Commit | f7fa760b39874f857d9d4ddcd7c7b79c828a2c6a |
Headers | show |
Series | [FFmpeg-devel] doc/faq: fix scaling question typo | expand |
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 |
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!
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! >
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
Signed-off-by: Marth64 <marth64@proxyid.net> --- doc/faq.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)