Module: libav Branch: release/10 Commit: 1853d8bb7a50a19f9abdd59f130b4cf954684f90
Author: Luca Barbato <[email protected]> Committer: Reinhard Tartler <[email protected]> Date: Tue Feb 18 21:57:12 2014 +0100 doc: Name the MOV muxer as it should be called The section name is the muxer, not the format. (cherry picked from commit 93632a70f9ac2cb2ebf0e69d21fdfaae68ff02fd) --- doc/muxers.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 1d8f0d9..143e595 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
