]> git.sesse.net Git - ffmpeg/commit
lavf/dashdec: drop unnecessary check before ff_format_io_close
authorJun Zhao <barryjzhao@tencent.com>
Mon, 23 Sep 2019 16:30:17 +0000 (00:30 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Fri, 8 Nov 2019 03:39:02 +0000 (11:39 +0800)
commite7000389905f1ac2858ea2804d621e72f753a7eb
treed2a482ec68d16c2679c3268040eef85b94eab3e3
parenta23c8d75ec34ea6dbc3c88e88f0ec6b6d6cbe91d
lavf/dashdec: 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.

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