doc/muxers.texi: fix build issue for unknown command

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)
This commit is contained in:
Guo, Yejun 2021-04-18 12:41:53 +08:00 committed by Gyan Doshi
parent c8fb68ec52
commit ffa39eb975
1 changed files with 1 additions and 1 deletions

View 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}.