]> git.sesse.net Git - ffmpeg/commitdiff
doc/muxers.texi: fix build issue for unknown command
authorGuo, Yejun <yejun.guo@intel.com>
Sun, 18 Apr 2021 04:41:53 +0000 (12:41 +0800)
committerGyan Doshi <ffmpeg@gyani.pro>
Mon, 19 Apr 2021 05:55:54 +0000 (11:25 +0530)
The build log:
** Unknown command `@code' (left as is) (in src/doc/muxers.texi l. 2020)
*** '{' without macro. Before: -map} option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)
*** '}' without opening '{' before:  option with the ffmpeg CLI tool. (in src/doc/muxers.texi l. 2020)

doc/muxers.texi

index 9c5f0a93a9b6bbaf925b6a6e948133e9c96e046c..93f79274b668441ac9ad711a3248c77c6d07ca05 100644 (file)
@@ -2017,7 +2017,7 @@ No extension is registered so format name has to be supplied e.g. with the ffmpe
 @subsection data
 
 Data muxer accepts a single stream with any codec of any type.
-The input stream has to be selected using the @code {-map} option with the ffmpeg CLI tool.
+The input stream has to be selected using the @code{-map} option with the ffmpeg CLI tool.
 
 No extension is registered so format name has to be supplied e.g. with the ffmpeg CLI tool @code{-f data}.