]> git.sesse.net Git - ffmpeg/commit
avformat/hls: Move stream propagation to a separate function
authorAnssi Hannula <anssi.hannula@iki.fi>
Wed, 27 Jul 2016 21:00:37 +0000 (00:00 +0300)
committerAnssi Hannula <anssi.hannula@iki.fi>
Wed, 27 Jul 2016 22:24:57 +0000 (01:24 +0300)
commit83db3c84fa72e8d4d864ed796438ebfb2ee4bcc3
tree1bedabf1b28f4670377e7858f8cdd104750e91c2
parent9884f17e343b37aef442fafa05bd0113cdf47087
avformat/hls: Move stream propagation to a separate function

Creation of main demuxer streams from subdemuxer streams is moved to
update_streams_from_subdemuxer() which can be called repeatedly.

There should be no functional changes.
libavformat/hls.c