Commit 48480da6 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  doc: document the asf demuxer

Conflicts:
	doc/demuxers.texi
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents bc6e535d 48f2e53a
...@@ -29,6 +29,17 @@ the caller can decide which variant streams to actually receive. ...@@ -29,6 +29,17 @@ the caller can decide which variant streams to actually receive.
The total bitrate of the variant that the stream belongs to is The total bitrate of the variant that the stream belongs to is
available in a metadata key named "variant_bitrate". available in a metadata key named "variant_bitrate".
@section asf
Advanced Systems Format demuxer.
This demuxer is used to demux ASF files and MMS network streams.
@table @option
@item -no_resync_search @var{bool}
Do not try to resynchronize by looking for a certain optional start code.
@end table
@anchor{concat} @anchor{concat}
@section concat @section concat
...@@ -110,7 +121,7 @@ Adobe Flash Video Format demuxer. ...@@ -110,7 +121,7 @@ Adobe Flash Video Format demuxer.
This demuxer is used to demux FLV files and RTMP network streams. This demuxer is used to demux FLV files and RTMP network streams.
@table @option @table @option
@item -flv_demuxer @var{bool} @item -flv_metadata @var{bool}
Allocate the streams according to the onMetaData array content. Allocate the streams according to the onMetaData array content.
@end table @end table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment