]> git.sesse.net Git - ffmpeg/commit
lavf/hls: drop unnecessary check before ff_format_io_close
authorJun Zhao <barryjzhao@tencent.com>
Fri, 13 Sep 2019 11:53:35 +0000 (19:53 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Sat, 14 Sep 2019 02:00:12 +0000 (10:00 +0800)
commiteada079e718f57f94a61d7331e09931e03cb4229
tree2c422931553e03c8369642c86bab824a1a0f05a6
parent48d96ce29a2dc459bc844e284322c6bd00cd3f2f
lavf/hls: drop unnecessary check before ff_format_io_close

ff_format_io_close will check the AVIOContext pointer pb, so drop
the unnecessary check before ff_format_io_close.

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