]> git.sesse.net Git - ffmpeg/commit
avformat/dashdec: Don't leave representation in inconsistent state on error
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 7 Sep 2020 18:32:51 +0000 (20:32 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 21 Sep 2020 02:31:26 +0000 (04:31 +0200)
commit01a4c3596942dad396834fea155173590687c59d
tree05a0a7efa2d4b32fb28d9eaa93b998f7d449dc0f
parent248ef276beb8222bc2610484b830420e1a306d8b
avformat/dashdec: Don't leave representation in inconsistent state on error

This currently doesn't cause any trouble, because the only caller did
not clean up the representation upon error at all; but fixing this is
a prerequisite for doing so.

Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/dashdec.c