[FFmpeg-devel] [PATCH] mms: also discover streams in extended stream properties object

Marton Balint cus
Sat Feb 19 17:56:30 CET 2011


Hi,

Currently only the streams which are in an asf_stream_header object are 
discovered by the ff_mms_asf_header_parser function. This means that the 
streams that are in an asf_ext_stream_header object are missing. The 
attached patch parses the asf_ext_stream_header object and finds the 
embedded asf_stream_header object in it, so from now these previously 
missed streams will be parsed as well. The patch is based on a similar 
approach in VLC.

Regards,
   Marton
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mms-parse-extended-stream-properties.patch
Type: text/x-patch
Size: 2870 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110219/241ccac3/attachment.bin>



More information about the ffmpeg-devel mailing list