Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuo, Yejun <yejun.guo@intel.com>2021-04-18 07:41:53 +0300
committerGyan Doshi <ffmpeg@gyani.pro>2021-04-19 08:55:54 +0300
commitffa39eb975b14b19cb70f3a7f47e2fa5b8268e40 (patch)
tree1de75eeb52af08f6e52a07b99a08d8d456b709d4 /doc/muxers.texi
parentc8fb68ec52194d3de2f24a6850cd795d98eb2f2f (diff)
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)
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 9c5f0a93a9..93f79274b6 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -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}.