]> git.sesse.net Git - ffmpeg/commit
avformat/apetag: Avoid stack packet when reading attached picture
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 18 Mar 2021 16:02:39 +0000 (17:02 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 21 Mar 2021 22:08:19 +0000 (23:08 +0100)
commitab5803553b3932da3227647ae27f2e2795cc5752
treea69eb6c649c9fc9097611e7998b4f8c936e62a5e
parent34f4f5780037b2e26a42fa83cd25d79b1d6c138a
avformat/apetag: Avoid stack packet when reading attached picture

Read it directly into AVStream.attached_pic.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/apetag.c