]> git.sesse.net Git - ffmpeg/commit
avformat/apngdec: Don't free extradata manually
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 10 Dec 2019 21:59:47 +0000 (22:59 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 12 Dec 2019 18:25:33 +0000 (19:25 +0100)
commitc1d300f83a006219b2ffd95648d2438cf8b2a094
tree66c2e9a51b2b1426b33df22f739d059c578f4173
parent2e328a8a38e06e4737bc1253a568558a7c514e77
avformat/apngdec: Don't free extradata manually

The extradata will be freed automatically when the corresponding stream
gets freed.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/apngdec.c