diff mbox series

[FFmpeg-devel] doc/bitstream_filters: fix for the syntax of code

Message ID 1648648305-4446-1-git-send-email-lance.lmwang@gmail.com
State Accepted
Commit f9db470f25a3cb4de9c25efc10487a172938d7ce
Headers show
Series [FFmpeg-devel] doc/bitstream_filters: fix for the syntax of code | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_aarch64_jetson success Make finished
andriy/make_fate_aarch64_jetson success Make fate finished
andriy/make_armv7_RPi4 success Make finished
andriy/make_fate_armv7_RPi4 success Make fate finished

Commit Message

Lance Wang March 30, 2022, 1:51 p.m. UTC
From: Limin Wang <lance.lmwang@gmail.com>

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
---
 doc/bitstream_filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Niedermayer March 30, 2022, 2:30 p.m. UTC | #1
On Wed, Mar 30, 2022 at 09:51:45PM +0800, lance.lmwang@gmail.com wrote:
> From: Limin Wang <lance.lmwang@gmail.com>
> 
> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
> ---
>  doc/bitstream_filters.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

LGTM

thx

[...]
Gyan Doshi March 30, 2022, 2:41 p.m. UTC | #2
On 2022-03-30 07:21 pm, lance.lmwang@gmail.com wrote:
> From: Limin Wang <lance.lmwang@gmail.com>
>
> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
> ---
>   doc/bitstream_filters.texi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
> index 0b354fd..fc2c71f 100644
> --- a/doc/bitstream_filters.texi
> +++ b/doc/bitstream_filters.texi
> @@ -328,7 +328,7 @@ See H.264 section D.1.27 and D.2.27 for syntax and semantics.
>   
>   Default is pass.
>   
> -Insert mode works in conjunction with @code {rotate} and @code{flip} options.
> +Insert mode works in conjunction with @code{rotate} and @code{flip} options.

The space doesn't lead to a rendering error. LGTM, anyway.

Gyan
Lance Wang March 30, 2022, 3:06 p.m. UTC | #3
On Wed, Mar 30, 2022 at 08:11:11PM +0530, Gyan Doshi wrote:
> 
> 
> On 2022-03-30 07:21 pm, lance.lmwang@gmail.com wrote:
> > From: Limin Wang <lance.lmwang@gmail.com>
> > 
> > Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
> > ---
> >   doc/bitstream_filters.texi | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
> > index 0b354fd..fc2c71f 100644
> > --- a/doc/bitstream_filters.texi
> > +++ b/doc/bitstream_filters.texi
> > @@ -328,7 +328,7 @@ See H.264 section D.1.27 and D.2.27 for syntax and semantics.
> >   Default is pass.
> > -Insert mode works in conjunction with @code {rotate} and @code{flip} options.
> > +Insert mode works in conjunction with @code{rotate} and @code{flip} options.
> 
> The space doesn't lead to a rendering error. LGTM, anyway.

Yes, it's for My build system have several warning message when make.

> 
> Gyan
> _______________________________________________
> 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".
diff mbox series

Patch

diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 0b354fd..fc2c71f 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -328,7 +328,7 @@  See H.264 section D.1.27 and D.2.27 for syntax and semantics.
 
 Default is pass.
 
-Insert mode works in conjunction with @code {rotate} and @code{flip} options.
+Insert mode works in conjunction with @code{rotate} and @code{flip} options.
 Any pre-existing Display orientation messages will be removed in insert or remove mode.
 Extract mode attaches the display matrix to the packet as side data.