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

Limin Wang git at videolan.org
Wed Mar 30 18:09:04 EEST 2022


ffmpeg | branch: master | Limin Wang <lance.lmwang at gmail.com> | Wed Mar 30 21:08:57 2022 +0800| [f9db470f25a3cb4de9c25efc10487a172938d7ce] | committer: Limin Wang

doc/bitstream_filters: fix for the syntax of code

Reviewed-by: Gyan Doshi <ffmpeg at gyani.pro>
Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: Limin Wang <lance.lmwang at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f9db470f25a3cb4de9c25efc10487a172938d7ce
---

 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 0b354fda04..fc2c71fc12 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.
 



More information about the ffmpeg-cvslog mailing list