diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-02-18 21:57:12 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-02-19 16:59:40 +0100 |
commit | 93632a70f9ac2cb2ebf0e69d21fdfaae68ff02fd (patch) | |
tree | 0da5e1839b18b08bed02284f5aff7e46a74b96cf | |
parent | a7b3216cbdc7796a9d14cd22a863fae3556098ba (diff) | |
download | ffmpeg-93632a70f9ac2cb2ebf0e69d21fdfaae68ff02fd.tar.gz |
doc: Name the MOV muxer as it should be called
The section name is the muxer, not the format.
-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 |