diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2022-03-30 21:08:57 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2022-03-30 23:08:10 +0800 |
commit | f9db470f25a3cb4de9c25efc10487a172938d7ce (patch) | |
tree | d52e31f84b04602a7f237215c793f987bfddcd80 /doc/bitstream_filters.texi | |
parent | 525049097cbb198c8484f330e797520d6fcb36d7 (diff) | |
download | ffmpeg-f9db470f25a3cb4de9c25efc10487a172938d7ce.tar.gz |
doc/bitstream_filters: fix for the syntax of code
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |