]> git.sesse.net Git - ffmpeg/commitdiff
Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 28 Aug 2013 11:03:09 +0000 (13:03 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 28 Aug 2013 11:03:09 +0000 (13:03 +0200)
* qatar/master:
  doc: document the asf demuxer

Conflicts:
doc/demuxers.texi

Merged-by: Michael Niedermayer <michaelni@gmx.at>
doc/demuxers.texi

index 140f0b1fe664ad1847ea8db5f4eb7e2d43fb9f47..44db21f6978f8c76cad63e51ed26fb0edbb9eb93 100644 (file)
@@ -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
 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}
 @section concat
 
@@ -110,7 +121,7 @@ Adobe Flash Video Format demuxer.
 This demuxer is used to demux FLV files and RTMP network streams.
 
 @table @option
-@item -flv_demuxer @var{bool}
+@item -flv_metadata @var{bool}
 Allocate the streams according to the onMetaData array content.
 @end table