hls: Call avformat_find_stream_info() on the chained demuxers
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 25 Jul 2012 15:40:33 +0000 (17:40 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 30 Jul 2013 09:31:08 +0000 (12:31 +0300)
commit9696740af715e50ef7098272e56e154826caa332
treef9dd25635a6b09a946645f168dd9e94e0886e3a5
parent78b4bfdb84b7c909f7b97c87de17f59e36c50559
hls: Call avformat_find_stream_info() on the chained demuxers

This allows the chained demuxer (or more precisely, the lavf
utility code) to better fill in timestamps on packets from
these, especially for cases where one stream is a raw ADTS
stream.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/hls.c