diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-02-18 21:57:12 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-03-02 11:42:37 -0500 |
commit | 1853d8bb7a50a19f9abdd59f130b4cf954684f90 (patch) | |
tree | ef8c5d274944888444ff7716196b3b30657074f6 | |
parent | affc7687d33af4111febdadbeee450e4db9af89e (diff) | |
download | ffmpeg-1853d8bb7a50a19f9abdd59f130b4cf954684f90.tar.gz |
doc: Name the MOV muxer as it should be called
The section name is the muxer, not the format.
(cherry picked from commit 93632a70f9ac2cb2ebf0e69d21fdfaae68ff02fd)
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 1d8f0d93c0..143e595056 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -263,7 +263,7 @@ have no effect if it is not. @end table -@section MOV/MP4/ISMV +@section mov, mp4, ismv The mov/mp4/ismv muxer supports fragmentation. Normally, a MOV/MP4 file has all the metadata about all packets stored in one location |