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/bitstream_filters: fix for the syntax of code
@ 2022-03-30 13:51 lance.lmwang
  2022-03-30 14:30 ` Michael Niedermayer
  2022-03-30 14:41 ` Gyan Doshi
  0 siblings, 2 replies; 4+ messages in thread
From: lance.lmwang @ 2022-03-30 13:51 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Limin Wang

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.
 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.
 
-- 
1.8.3.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] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/bitstream_filters: fix for the syntax of code
  2022-03-30 13:51 [FFmpeg-devel] [PATCH] doc/bitstream_filters: fix for the syntax of code lance.lmwang
@ 2022-03-30 14:30 ` Michael Niedermayer
  2022-03-30 14:41 ` Gyan Doshi
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Niedermayer @ 2022-03-30 14:30 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 450 bytes --]

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

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Never trust a computer, one day, it may think you are the virus. -- Compn

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/bitstream_filters: fix for the syntax of code
  2022-03-30 13:51 [FFmpeg-devel] [PATCH] doc/bitstream_filters: fix for the syntax of code lance.lmwang
  2022-03-30 14:30 ` Michael Niedermayer
@ 2022-03-30 14:41 ` Gyan Doshi
  2022-03-30 15:06   ` lance.lmwang
  1 sibling, 1 reply; 4+ messages in thread
From: Gyan Doshi @ 2022-03-30 14:41 UTC (permalink / raw)
  To: ffmpeg-devel



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
_______________________________________________
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] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/bitstream_filters: fix for the syntax of code
  2022-03-30 14:41 ` Gyan Doshi
@ 2022-03-30 15:06   ` lance.lmwang
  0 siblings, 0 replies; 4+ messages in thread
From: lance.lmwang @ 2022-03-30 15:06 UTC (permalink / raw)
  To: ffmpeg-devel

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".

-- 
Thanks,
Limin Wang
_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2022-03-30 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 13:51 [FFmpeg-devel] [PATCH] doc/bitstream_filters: fix for the syntax of code lance.lmwang
2022-03-30 14:30 ` Michael Niedermayer
2022-03-30 14:41 ` Gyan Doshi
2022-03-30 15:06   ` lance.lmwang

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