]> git.sesse.net Git - ffmpeg/commit
lavf/hls: remove redundancy seekable setting
authorJun Zhao <barryjzhao@tencent.com>
Fri, 13 Sep 2019 11:53:36 +0000 (19:53 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Sat, 14 Sep 2019 02:01:19 +0000 (10:01 +0800)
commit90a5bebd19ea025044f73edfa9984e7bc964a5eb
treee22c38ad06e3e47a465b83c3fc58a0131bd25c26
parenteada079e718f57f94a61d7331e09931e03cb4229
lavf/hls: remove redundancy seekable setting

ffio_init_context with NULL seek callback will setting seekable with 0, so
remove the redundancy seekable setting.

Reviewed-by: Steven Liu <lq@onvideo.cn>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
libavformat/hls.c