]> git.sesse.net Git - ffmpeg/commit
lavf/hls: support probesize/max_analyze_duration when open sub-demuxer
authorJun Zhao <barryjzhao@tencent.com>
Sat, 2 Nov 2019 11:48:28 +0000 (19:48 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Fri, 8 Nov 2019 03:39:02 +0000 (11:39 +0800)
commit5307c12acbafb1640123ab6d9591b3c1ab9d4c5d
tree71d67977f4193bf94703976210cdbb1865bfc019
parentd44c7235a80941501bcbaa168e8a454ef782c287
lavf/hls: support probesize/max_analyze_duration when open sub-demuxer

Add probesize/max_analyze_duration support when open the sub-demuxer,
it's will be used to minimizing the initial delay.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
libavformat/hls.c