From f9db470f25a3cb4de9c25efc10487a172938d7ce Mon Sep 17 00:00:00 2001 From: Limin Wang Date: Wed, 30 Mar 2022 21:08:57 +0800 Subject: [PATCH] doc/bitstream_filters: fix for the syntax of code Reviewed-by: Gyan Doshi Reviewed-by: Michael Niedermayer Signed-off-by: Limin Wang --- 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.