Module: libav Branch: master Commit: 21015109ec0fac0f104a5355f272ecb956ba3f4e
Author: Luca Barbato <[email protected]> Committer: Luca Barbato <[email protected]> Date: Mon Aug 26 16:22:44 2013 +0200 doc: Document the flv demuxer --- doc/demuxers.texi | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index b78cf68..36292b8 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -88,4 +88,15 @@ the caller can decide which variant streams to actually receive. The total bitrate of the variant that the stream belongs to is available in a metadata key named "variant_bitrate". +@section flv + +Adobe Flash Video Format demuxer. + +This demuxer is used to demux FLV files and RTMP network streams. + +@table @option +@item -flv_demuxer @var{bool} +Allocate the streams according to the onMetaData array content. +@end table + @c man end INPUT DEVICES _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
