]> git.sesse.net Git - ffmpeg/commit
vp3: eliminate copy_fields
authorAnton Khirnov <anton@khirnov.net>
Mon, 11 Apr 2016 07:27:08 +0000 (09:27 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 16 Mar 2020 08:27:17 +0000 (09:27 +0100)
commit1b17988cb55297f152ca1701555c4ecf2005014a
treec93da8869884532cc5f4f62f41aabcc483892403
parent15546f772c686412d3e823ff8db266796541846e
vp3: eliminate copy_fields

It is very fragile against fields being moved and hides what is actually
being copied. Copy all the fields explicitly instead.
libavcodec/vp3.c