]> git.sesse.net Git - ffmpeg/commit
lavf/dashdec: fix the coding logic after open_input fail
authorJun Zhao <barryjzhao@tencent.com>
Sat, 11 May 2019 07:23:43 +0000 (15:23 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Tue, 14 May 2019 09:36:11 +0000 (17:36 +0800)
commitc663046b41057d0cec519e305e1cc4798ab3da50
tree4eea477e40890f2491db3375407bb2930cd7dcdd
parent21832b93d53312fa43b40de73d44805bdacaab26
lavf/dashdec: fix the coding logic after open_input fail

setting return status following goto will never be executed, so
adjust the location in the code.

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