]> git.sesse.net Git - ffmpeg/commit
mpeg4videodec: do not copy a range of fields at once
authorAnton Khirnov <anton@khirnov.net>
Wed, 11 Mar 2020 17:08:28 +0000 (18:08 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 10 Apr 2020 12:16:22 +0000 (14:16 +0200)
commit7385ffbd31a47a5dd5e66b9d3ba48a4474bbd180
tree3cc08dfd22a262503e6d276e34293d1bf2ac89b1
parent672946c7fe6de56ccf5d2271ad1bfeb2290f394f
mpeg4videodec: do not copy a range of fields at once

This is extremely fragile against reordering and hides what is actually
being copied. Copy all the fields manually instead.
libavcodec/mpeg4videodec.c